Type Alias mz_ore::metrics::delete_on_drop::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 */ }