Type Alias metrics_prometheus::storage::mutable::Collection
source · pub type Collection<M> = Map<KeyName, Describable<Option<M>>>;
Expand description
Collection of Describable
metric::Bundle
s, stored in a mutable
Storage
.