-
Notifications
You must be signed in to change notification settings - Fork 239
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
[exporter/awsemfexporter] namespace is always set to cloudwatch namespace #1712
Comments
Is this somehow related to the order to the order of the keys in the
|
I've found the issue in the When this is merged and a new version is released it should be included as soon as possible to fix this issue. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
This issue is not reproducible anymore. |
Describe the bug
I'm exporting
k8s
metrics to cloudwatch and want the namespace of the containers/services/pods to be visible as a Dimension. But currently this is not working because the awsemf exporter does of anamespace
configuration parameter for the cloudwatch metrics namespace which seems to overwrite the Namespace which is available from the awscontainerinsightreceiver (see here: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/awscontainerinsightreceiver ).Steps to reproduce
What did you expect to see?
I expect that the namespace attribute from the metric is set for the
dimensions
.What did you see instead?
The cloudwatch namespace is set in the
dimensions
.Environment
Additional context
Cloudwatch logs output:
I've opened a ticket in [opentelemetry-collector-contrib](open-telemetry/opentelemetry-collector-contrib#17024) too.
The text was updated successfully, but these errors were encountered: