open-telemetry / opentelemetry-ruby

OpenTelemetry Ruby API & SDK, and related gems
https://opentelemetry.io/
Apache License 2.0
493 stars 244 forks source link

Update aggregation_temporality to be an enum #1742

Open kaylareopelle opened 1 month ago

kaylareopelle commented 1 month ago

The aggregation_temporality option in the Sum and ExplicitBucketHistogram aggregations is currently open-ended. The only spec'd options for this are :delta and :cumulative. Let's update the assignment to use an enum instead.

Relates to #1555

github-actions[bot] commented 2 weeks ago

👋 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.