Type Alias mz_compute_client::metrics::UIntGauge

source ·
pub type UIntGauge = DeleteOnDropGauge<'static, AtomicU64, Vec<String>>;
Expand description

TODO(#25239): Add documentation.

Aliased Type§

struct UIntGauge {
    inner: GenericGauge<AtomicU64>,
    labels: Vec<String>,
    vec: MetricVec<GaugeVecBuilder<AtomicU64>>,
    _phantom: &'static PhantomData<()>,
}

Fields§

§inner: GenericGauge<AtomicU64>§labels: Vec<String>§vec: MetricVec<GaugeVecBuilder<AtomicU64>>§_phantom: &'static PhantomData<()>