You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(opentelemetry): implement set_histogram_bounds for custom bucket boundaries
Add support for configuring custom histogram bucket boundaries in the OpenTelemetry exporter.
This allows users to define specific bucket boundaries for individual metrics, enabling
better histogram resolution tailored to expected value distributions.
- Add histogram_bounds HashMap shared between recorder and storage via Arc<RwLock<>>
- Implement set_histogram_bounds() method to configure boundaries before histogram creation
- Apply custom boundaries when creating histograms in OtelMetricStorage
- Add comprehensive test coverage for custom histogram bounds functionality
- Fix integration tests to use InMemoryMetricExporter with proper assertions
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments