-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[prometheusexporter] Export target_info metrics #11514
[prometheusexporter] Export target_info metrics #11514
Conversation
cc @dashpole |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll be away for a few weeks, so unfortunately I won't be able to complete my review soon. But I'll do one when i'm back
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
lgtm, assuming you fix the build failures from rebasing |
bf512ce
to
0c13330
Compare
Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
0c13330
to
f9fb6bf
Compare
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
This finally fixes #8265
The issue is that we have the resource attributes sent in each metric, and we need to dedupe to unique resourceAttributes based on job + instance labels.
I kinda hacked together something, not sure if this is the way to go. Looking forward to some feedback before I proceed further.