Add local disk usage to exported prometheus metrics

This commit is contained in:
Alex Auvolat
2023-01-26 15:30:36 +01:00
parent efb6b6e868
commit c7d0ad0aa0
3 changed files with 75 additions and 12 deletions
+3 -3
View File
@@ -3,6 +3,9 @@
#[macro_use]
extern crate tracing;
mod metrics;
mod system_metrics;
#[cfg(feature = "consul-discovery")]
mod consul;
#[cfg(feature = "kubernetes-discovery")]
@@ -13,9 +16,6 @@ pub mod replication_mode;
pub mod ring;
pub mod system;
mod metrics;
pub mod rpc_helper;
pub use rpc_helper::*;
pub mod system_metrics;