-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
prometheus missing labels in 0.32.0 #3824
Comments
@codeboten this is because #3770 |
Not sure what 3770 means. So is this a bug, or a decision to no longer support prometheusremotewrite and prometheus ? |
That is a PR number, that was merged and released without updating the promotheus components. This is a bug on our side. |
Perfect, thank you for all the work you guys are doing, and fast feedback. 😊 |
I just tested this w/ 0.32.0 and compared the results w/ main. I believe this is now fixed in main with e084857 for the OTLP receiver. The problem is that the prometheus exporter and prometheus remote write exporters were released including the PR that @bogdandrutu mentioned earlier in this thread, which causes them to use OTLP Metric Attributes instead of Labels, but the OTLP wrapper code to translate Labels into Attributes wasn't part of the 0.32.0 release. |
@skadefro can you help us, and run the latest build (from head) to check if this got fixed |
I would love too, but i only see 0.32.0 in docker hub, and I don't know how to create an image my self. If you could push an :edge or :0.33.0 that would help |
Here is the image (as -dev) https://hub.docker.com/r/otel/opentelemetry-collector-dev/tags |
I just tested the above image. And everything is working again for me :-) |
v0.33.0 releasing now |
Describe the bug
Up til 0.31.0 prometheusremotewrite and prometheus have worked with labels.
But when using the docker image for 0.32.0 ( or latest ) the labels are gone
Steps to reproduce
Upgrade to 0.32.0 and with
in the config, all metrics are missing labels
What did you expect to see?
the labels
What did you see instead?
no labels
What version did you use?
Version: (e.g.,
v0.4.0
,1eb551b
, etc)What config did you use?
Environment
GKE
Additional context
The text was updated successfully, but these errors were encountered: