permutive/bunnycdn_exporter

Metrics `bunnycdn_bandwidth_cached_bytes_total` and `bunnycdn_bandwidth_used_bytes_total` uses the same source

Opened this issue · 0 comments

Hello

Noticed mistake.

Two different metrics uses the same source

ch <- prometheus.MustNewConstMetric(metric, prometheus.GaugeValue, extractFromMap(stats.BandwidthUsed), pullZone.Name)

ch <- prometheus.MustNewConstMetric(metric, prometheus.GaugeValue, extractFromMap(stats.BandwidthUsed), pullZone.Name)