opentelemetry-java-contrib
opentelemetry-java-contrib copied to clipboard
Why Prometheus exporter not support exponential histogram
Component(s)
prometheus-client-bridge
Is your feature request related to a problem? Please describe.
Why Prometheus exporter not support exponential histogram? https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/prometheus-client-bridge/src/main/java/io/opentelemetry/contrib/metrics/prometheus/clientbridge/MetricAdapter.java
Describe the solution you'd like
not yet
Describe alternatives you've considered
No response
Additional context
No response
Support hasn't been implemented yet...simple as that.
hi @OuyangKevin! check out https://github.com/open-telemetry/opentelemetry-java/issues/5940 (and there's a PR in discussion at https://github.com/open-telemetry/opentelemetry-java/pull/6015)
oops, re-opening, I missed that this is about the prometheus-client-bridge and not about the prometheus exporter