-
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
k8sattributes: labels not attached to metrics from instrumented java process #34292
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
See related discussion in this thread. |
Seems to be a duplicate of #34075 |
While not exactly a duplicate, the solution for this issue is the same as for #34075. This can be done using the following
You can check #34075 for more details. |
Component(s)
processor/k8sattributes
Describe the issue you're reporting
Setup
I have an Otel-instrumented application sending metrics to an Otel Collector instance.
I've set up
k8sattributes
processor to enrich the metrics.Metrics are then pushed into prometheus and consumed in Grafana.
Problem framing
I'm expecting the metrics from the instrumented application to carry the extra labels provided by
k8sattributes
.The metrics i consume from Grafana do not have any k8s-related attributes attached to them, for instance:
Configuration
The text was updated successfully, but these errors were encountered: