pub type UIntGauge = DeleteOnDropGauge<AtomicU64, Vec<String>>;
struct UIntGauge { /* private fields */ }