Skip to content
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] add exponential histogram support #32

Closed
wants to merge 1 commit into from

Conversation

vastin
Copy link

@vastin vastin commented Jun 9, 2023

This pull request is duplication of open-telemetry#22626 which has been approved and is pending on merge. If the upstream PR is not merged in time, please use this pull request to get the change instead.

This PR adds exponential histogram support in awsemfexporter. The exponential histogram metrics are exported in Embedded Metric Format (EMF) log. The Count, Sum, Max and Min are set as Statistical Set. The mid-point values and counts of exponential histogram buckets are translated into Values/Counts array of EMF log entry as well.

Address review feedbacks

Fix issues found in code review

Fix issue found by golint
@vastin
Copy link
Author

vastin commented Jun 14, 2023

The upstream PR open-telemetry#22626 has been merged and the commit is
open-telemetry@a4dda5b. This PR could be closed.

@vastin vastin closed this Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants