pub trait ToLabel { // Required method fn to_label(&self) -> String; }
Trait is used for converting data to Prometheus labels