This commit is contained in:
weisd
2025-07-01 10:17:20 +08:00
parent fff2bc6523
commit 2b1241de96
5 changed files with 15 additions and 18 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
/// process related metric descriptors
use crate::metrics::{new_counter_md, new_gauge_md, subsystems, MetricDescriptor, MetricName};
use crate::metrics::{MetricDescriptor, MetricName, new_counter_md, new_gauge_md, subsystems};
lazy_static::lazy_static! {
pub static ref PROCESS_LOCKS_READ_TOTAL_MD: MetricDescriptor =