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

monitoring: handle metrics with many-many labels #9326

Closed
mberhault opened this issue Sep 13, 2016 · 1 comment
Closed

monitoring: handle metrics with many-many labels #9326

mberhault opened this issue Sep 13, 2016 · 1 comment
Assignees
Milestone

Comments

@mberhault
Copy link
Contributor

Some metrics will need a potentially very large set of labels, or even multiple labels. We need to find a good way of storing and accessing those. Emphasis should be on keeping metric updates cheap.

Along with this, the prometheus exporter should keep prometheusgo.Metric objects between iterations and simply call our internal metrics to update them.

@mberhault mberhault self-assigned this Sep 13, 2016
@petermattis petermattis added this to the 1.0 milestone Feb 22, 2017
@spencerkimball
Copy link
Member

I saw a TODO in the code in prometheus_exporter.go with your name on it. But this doesn't actually seem to be a problem we have in practice. This feels like a solution looking for a problem. Closing for the time being as we don't need an issue to track this until it becomes an actual problem.

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

No branches or pull requests

3 participants