rabbitmq-backup-core 0.1.0

Core engine for RabbitMQ backup and restore operations
Documentation
1
2
3
4
5
6
7
8
//! Prometheus metrics collection and reporting.

pub mod labels;
pub mod registry;
pub mod server;

pub use registry::PrometheusMetrics;
pub use server::MetricsServer;