We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
area:k8s
There are missing resource attributes that are already used in the Collector. This issue aims to list and keep track of them.
We would like to add the following as resource attributes semantic conventions:
k8s.hpa.{name,uid}
k8s.replication_controller.{name,uid}
k8s.resourcequota.{name,uid}
No response
This would be related to respective metrics' additions:
Related to #1032
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Area(s)
area:k8s
Is your change request related to a problem? Please describe.
There are missing resource attributes that are already used in the Collector. This issue aims to list and keep track of them.
Describe the solution you'd like
We would like to add the following as resource attributes semantic conventions:
k8s.hpa.{name,uid}
: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/a49008324b95f428d518cb4372e2002adf9564b1/receiver/k8sclusterreceiver/metadata.yaml#L140-L148k8s.replication_controller.{name,uid}
: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/a49008324b95f428d518cb4372e2002adf9564b1/receiver/k8sclusterreceiver/metadata.yaml#L80-L88k8s.resourcequota.{name,uid}
: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/v0.115.0/receiver/k8sclusterreceiver/metadata.yaml#L90-L98Describe alternatives you've considered
No response
Additional context
This would be related to respective metrics' additions:
Related to #1032
The text was updated successfully, but these errors were encountered: