-
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
[exporter/elasticsearch] Support exponential histogram #34813
Labels
Comments
carsonip
added
enhancement
New feature or request
needs triage
New item requiring triage
labels
Aug 22, 2024
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This makes sense to me, and the issue was filed by code owner. Removing |
andrzej-stencel
pushed a commit
that referenced
this issue
Sep 5, 2024
**Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Convert exponential histograms to T-digest histograms supported by Elasticsearch **Link to tracking Issue:** <Issue number if applicable> Fixes #34813 **Testing:** <Describe what testing was performed and which tests were added.> Unit tests and exporter test **Documentation:** <Describe the documentation added.>
f7o
pushed a commit
to f7o/opentelemetry-collector-contrib
that referenced
this issue
Sep 12, 2024
…metry#34818) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Convert exponential histograms to T-digest histograms supported by Elasticsearch **Link to tracking Issue:** <Issue number if applicable> Fixes open-telemetry#34813 **Testing:** <Describe what testing was performed and which tests were added.> Unit tests and exporter test **Documentation:** <Describe the documentation added.>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Component(s)
exporter/elasticsearch
Is your feature request related to a problem? Please describe.
There is no exponential histogram support in elasticsearch exporter now. It means exponential histograms are ignored. As Elasticsearch does not support native exponential histogram at the moment, exponential histograms in opentelemetry should be converted to T-digest and indexed.
Describe the solution you'd like
Convert to exponential histograms to Elasticsearch compatible format and index them.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: