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

Implement ExponentialBucketHistogram aggregation #1722

Open
kaylareopelle opened this issue Sep 6, 2024 · 1 comment · May be fixed by #1736
Open

Implement ExponentialBucketHistogram aggregation #1722

kaylareopelle opened this issue Sep 6, 2024 · 1 comment · May be fixed by #1736
Assignees

Comments

@kaylareopelle
Copy link
Contributor

Histograms have two types of aggregations: explicit buckets and exponential buckets.

Explicit buckets have been implemented. Exponential buckets have not.

The code for the ExplicitBucketHistogram may be helpful when creating the ExponentialBucketHistogram.

Spec: https://opentelemetry.io/docs/specs/otel/metrics/sdk/#base2-exponential-bucket-histogram-aggregation

Copy link
Contributor

github-actions bot commented Nov 1, 2024

👋 This issue has been marked as stale because it has been open with no activity. You can: comment on the issue or remove the stale label to hold stale off for a while, add the keep label to hold stale off permanently, or do nothing. If you do nothing this issue will be closed eventually by the stale bot.

@github-actions github-actions bot added the stale label Nov 1, 2024
@kaylareopelle kaylareopelle added keep and removed stale labels Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Review
Development

Successfully merging a pull request may close this issue.

2 participants