-
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
Exponential Histogram not exposed by the Collector #25146
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
In case it is useful, the PRW exporter supports exponential histograms, since #17370 |
@fmhwong Did the prometheus remote write exporter accomplish what you were looking for here, or is there something else needed? |
@crobert-1 The problem is in the Prometheus exporter. Will that be fixed too? |
You're right, this should be investigated further for this exporter, thanks! |
Component(s)
exporter/prometheus
What happened?
Description
Steps to Reproduce
I can see the histogram output
http://localhost:8889/metrics
if I use the defaultEXPLICIT_BUCKET_HISTOGRAM
If I set environment variable
OTEL_EXPORTER_OTLP_METRICS_DEFAULT_HISTOGRAM_AGGREGATION=BASE2_EXPONENTIAL_BUCKET_HISTOGRAM
, I didn't see any histogram output athttp://localhost:8889/metrics
The collector-contrib log did show the histogram.
Expected Result
Expected to see the exponential histogram in the Prometheus endpoint from the Collector.
Actual Result
The histogram was not printed.
Collector version
[email protected]
Environment information
Environment
OS: Docker on Mac OS
Compiler(if manually compiled): (e.g., "go 14.2")
OpenTelemetry Collector configuration
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: