You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 available (as labels, perhaps).
An idea would be to take the string metrics for each "instance" (in PCP terms), drop the instance number as a label, and use the name of the string metric and the string metric data as a label and label value (respectively).
The text was updated successfully, but these errors were encountered:
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 available (as labels, perhaps).
An idea would be to take the string metrics for each "instance" (in PCP terms), drop the instance number as a label, and use the name of the string metric and the string metric data as a label and label value (respectively).
The text was updated successfully, but these errors were encountered: