Skip to content
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

1.30.1 backport: opentelemetry-sdk: fix OTLP exporting of histogram explicit buckets advisory (#4434) #4447

Draft
wants to merge 1 commit into
base: release/v1.30.x-0.51bx
Choose a base branch
from

Conversation

xrmx
Copy link
Contributor

@xrmx xrmx commented Feb 21, 2025

OTLP exporters don't rely on the default aggregation for histogram instead they do it explicitly. So instead of setting boundaries at init time of ExplicitBucketHistogramAggregation delay it in _create_aggregation when we have the Histogram at hand.

…dvisory (open-telemetry#4434)

OTLP exporters don't rely on the default aggregation for histogram
instead they do it explicitly. So instead of setting boundaries at init
time of ExplicitBucketHistogramAggregation delay it in _create_aggregation
when we have the Histogram at hand.

Co-authored-by: Emídio Neto <[email protected]>
@xrmx xrmx requested a review from a team as a code owner February 21, 2025 15:45
@xrmx xrmx marked this pull request as draft February 21, 2025 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant