janeczku / powerdns_exporter

:chart_with_upwards_trend: Prometheus metrics exporter for PowerDNS
Apache License 2.0
37 stars 36 forks source link

Build error #1

Open lord2800 opened 8 years ago

lord2800 commented 8 years ago

I'm getting this build error:

./powerdns_exporter.go:260: e.counterVecMetrics[def.id].WithLabelValues(label).Set undefined (type prometheus.Counter has no field or method Set)
make: *** [powerdns_exporter] Error 2
Makefile.COMMON:97: recipe for target 'powerdns_exporter' failed

Google says that prometheus.Counter has been deprecated. Thoughts?

janeczku commented 7 years ago

Specifically the Set() method for counter is deprecated. It seems we need to use Gauges now.