-
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
Use target and metadata from context #8780
Use target and metadata from context #8780
Conversation
I'll resolve the conflicts once upstream PR is merged. |
2e9273f
to
4a57155
Compare
Looks good once the prerequisites are complete |
8c840d6
to
4cd8f8f
Compare
I think the rebase resulted in a bunch of |
receiver/prometheusreceiver/internal/instance_relabel_end_to_end_test.go
Outdated
Show resolved
Hide resolved
4cd8f8f
to
b52d3e1
Compare
ae7dd0c
to
e57a529
Compare
@dashpole @Aneurysm9 @pmm-sumo Thanks for the initial review, I think I have addressed all the comments now. Could you take another look when you have some time? |
edaadf0
to
a0a4501
Compare
PR updated to account for the v0.48.0 changes |
3d0b4a4
to
7db0c68
Compare
Nice, github now allows us to restart only the failed jobs. Once we have a green build, I'll merge this. |
Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
prometheus/prometheus#10473 has been merged Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
Needed to run make gotidy; make golint strings.Title is deprecated Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
7db0c68
to
a26bd10
Compare
Hi, |
Please open a new issue for this, thanks! |
Description: This uses the target and metadata info passed in through context instead of looking them up via
instance
andjob
labels.Link to tracking Issue: This fixes #5757 and #5663
Testing: I've done a
Prometheus --> OTel Collector --> Another Prometheus
withhonor_labels: true
and Prometheus federation. It used to fail before but now it works!TODO: