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

Break out all discovery metrics by name #4993

Closed
brian-brazil opened this Issue Dec 12, 2018 · 2 comments

Comments

Projects
None yet
2 participants
@brian-brazil
Copy link
Member

brian-brazil commented Dec 12, 2018

It'd be useful if all the metrics in https://github.com/prometheus/prometheus/blob/master/discovery/manager.go were broken out by name, as that's help debug which discovery manager is having an issue.

@qoops-1

This comment has been minimized.

Copy link
Contributor

qoops-1 commented Dec 12, 2018

Hi, I'm interested in working on this one. Just to clarify: do you want to add labels to all these metrics, so that it would be possible to filter them by the type of service discovery?

@brian-brazil

This comment has been minimized.

Copy link
Member Author

brian-brazil commented Dec 12, 2018

Yes, like discoveredTargets is done now but only with a name label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.