Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use PCP string metrics as labels, if possible #2

Open
joehandzik opened this issue Jun 19, 2017 · 0 comments
Open

Use PCP string metrics as labels, if possible #2

joehandzik opened this issue Jun 19, 2017 · 0 comments
Assignees

Comments

@joehandzik
Copy link
Contributor

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).

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

No branches or pull requests

2 participants