open-telemetry / opentelemetry-collector-contrib

Contrib repository for the OpenTelemetry Collector
https://opentelemetry.io
Apache License 2.0
2.9k stars 2.27k forks source link

[exporter/elasticsearch] Support exponential histogram #34813

Closed carsonip closed 1 week ago

carsonip commented 3 weeks ago

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

github-actions[bot] commented 3 weeks ago

Pinging code owners:

crobert-1 commented 3 weeks ago

This makes sense to me, and the issue was filed by code owner. Removing needs triage.