Go to file
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
src Implement Prometheus metrics 2025-04-30 21:20:04 -05:00
.gitignore Initial commit 2025-04-29 22:11:10 -05:00
Cargo.lock Implement Prometheus metrics 2025-04-30 21:20:04 -05:00
Cargo.toml Implement Prometheus metrics 2025-04-30 21:20:04 -05:00
rustfmt.toml Initial commit 2025-04-29 22:11:10 -05:00