Type Definition ore::metrics::UIntGauge [−][src]
pub type UIntGauge = GenericGauge<AtomicU64>;
This is supported on crate feature
metrics
only.Expand description
The unsigned integer version of UIntGauge
. Provides better performance
if metric values are all unsigned integers.