[][src]Type Definition opentelemetry::exporter::metrics::prometheus::Gauge

type Gauge = GenericGauge<AtomicF64>;

A Metric represents a single numerical value that can arbitrarily go up and down.