tikv / rust-prometheus

Prometheus instrumentation library for Rust applications
Apache License 2.0
1.04k stars 182 forks source link

Add type alias for unsigned integer gauge #506

Closed DSharifi closed 1 week ago

DSharifi commented 7 months ago

This PR exports a type of gauge for AtomicU64. This is convenient when dealing with metrics that are of type u64.

DSharifi commented 6 months ago

Hi @lucab! What do you think about exporting this type?