Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Metrics bunnycdn_bandwidth_cached_bytes_total and bunnycdn_bandwidth_used_bytes_total uses the same source #5

Open
DeamonMV opened this issue Nov 16, 2021 · 0 comments

Comments

@DeamonMV
Copy link

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)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant