tikv / rust-prometheus

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

pulling_gauge: fix build with --no-default-features #473

Closed tyranron closed 1 year ago

tyranron commented 1 year ago

Synopsis

After merging #405 the master fails to build with --no-default-features. The regression wasn't caught by CI as it doesn't check this scenario.

Solution