bird_exporter
bird_exporter copied to clipboard
Better named/valued labels for export
I have realized that netdata/go.d.plugin's prometheus importer uses the second last name from the label for identifying what value unit to use and the snippet linked below...isn't really great for some purposes like on bird_exporter as it makes the units be measured per second.
https://github.com/netdata/go.d.plugin/blob/a1c1fa72aba66e0f9dbf7ed9de239b849b47b474/modules/prometheus/charts.go#L33-L37
Is it possible to have a label configuration that has more specific units?
I'll also file an issue to the netdata/go.d.plugin repository about having an override.