Struct open_metrics_client::metrics::info::Info [−][src]
pub struct Info<S>(_);
Expand description
Open Metrics Info metric “to expose textual information which SHOULD NOT
change during process lifetime”.
let _info = Info::new(vec![("os", "GNU/linux")]);