-
Notifications
You must be signed in to change notification settings - Fork 674
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
Histogram Explicit Bucket Boundaries issue #4428
Comments
++ @xrmx |
With
calling it with:
I get this:
I'm testing with OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE set to DELTA |
It works well when using ConsoleExporter + InMemoryReader because they use DefaultAggregation() as preferred_aggregation method But OTLPExporter is using Checking the code we are not looking for _advisory there. Probably we need to look for _advisory parameters there as well |
I am trying to use this #4361 feature and not being able to get the desired output.
I am having these metrics exported to an otel-collector (running the latest "Version": "0.119.0") and using the debug exporter to print the histogram where I see the default bucket boundaries are being used.
client version
The text was updated successfully, but these errors were encountered: