blakelead / couchbase_exporter

Export metrics from Couchbase Server for Prometheus consumption
Other
35 stars 18 forks source link

Use MustNewConstMetric #11

Closed blakelead closed 6 years ago

blakelead commented 6 years ago

Quote from Brian Brazil (https://github.com/prometheus/docs/pull/1207#issuecomment-434263077):

You are using normal counters/gauges, as this is an exporter you should use MustNewConstMetric instead and then you can also remove the mutexes.