Commit Graph

2 Commits (ec364b8fd3dd08c6718a61a739c1fe30a0341d96)

Author SHA1 Message Date
Dustin ec364b8fd3 Implement Prometheus metrics
The `metrics` crate, along with `metrics-exporter-prometheus`, makes it
extremely easy to instrument code with metrics and export them to
Prometheus.  Here, we're adding a few metrics to track how many messages
are being processed and monitor the queue depth.
2025-04-30 21:20:04 -05:00
Dustin 753a0be931 Initial commit 2025-04-29 22:11:10 -05:00