Enum prometheus::proto::MetricType
source · pub enum MetricType {
COUNTER,
GAUGE,
SUMMARY,
UNTYPED,
HISTOGRAM,
}
Variants§
Trait Implementations§
source§impl Clone for MetricType
impl Clone for MetricType
source§fn clone(&self) -> MetricType
fn clone(&self) -> MetricType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more