Joe Handzik
Joe Handzik
We'll need special handling for metrics with quantile values. Take a look at this Prometheus type for inspiration on the desired end state: https://prometheus.io/docs/practices/histograms/
Take a look at existing PCP PMDAs, and see if they always expose units in a format that is useful to Prometheus for naming purposes. If not, create proper filters...
Currently, your code skips over string metrics because Prometheus does not deal with non-numeric metrics. Instead, you could investigate some intelligent way to make the data from these string metrics...
Work with Stephen Champion to find the internal PMDAs that we would care about (CXFS at the bare minimum) and test it with your PCP Exporter. Close this issue when...
Create dashboards in Grafana that exercise your exporter (particularly and labeling that you are able to add). Close this issue when you have a dashboard that you are comfortable using...