Struct prometheus_client::metrics::info::Info
source · 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")]);