Type Alias PromLabelMap

Source
type PromLabelMap<'a> = HashMap<&'a str, &'a str>;
Available on crate feature metrics only.
Expand description

The prometheus API uses the HashMap type to pass metrics labels, so we have to allow its usage when calling that API.

Aliased Typeยง

struct PromLabelMap<'a> { /* private fields */ }