-
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
Metric tags are being dropped when using ObserverType: summary #3431
Labels
bug
Something isn't working
Comments
Thanks! The summary part does not have tags. I will add. |
Are working on a fix, will have the PR tomorrow. |
Fixed by that PR 3440. |
Cam we close that? |
alexperez52
referenced
this issue
in open-o11y/opentelemetry-collector-contrib
Aug 18, 2021
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
Done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the statsd receiver supports the conversion of timings to either gauge/summary. While using gauge we can see that the tags of the original incoming metric are correctly translated to output metric labels but this does not happen when using summary which is seen https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/statsdreceiver/protocol/metric_translator.go#L71
Steps to reproduce
Use config:
The text was updated successfully, but these errors were encountered: