otel4s
otel4s copied to clipboard
SDK metrics: support `ExponentialHistogram`
| Category | Link |
|---|---|
| OpenTelemetry spec | https://opentelemetry.io/docs/specs/otel/metrics/data-model/#exponentialhistogram |
| Java implementation | DoubleBase2ExponentialHistogramAggregator.java |
| JavaScript implementation | ExponentialHistogram.ts |
| Go ExponentialHistogram data model | data.go |
| A prototype | https://github.com/iRevive/otel4s/pull/6 |
Scope:
- Add
ExponentialHistogramto thePointDataandMetricPoints - Implement
ExponentialHistogramAggregator(the most complicated part) - Handle
PointData.ExponentialHistogramin SDK OTLP exporter
I guess another one thing is to support ExponentialHistogram in SDK Prometheus exporter.
I would take this issue if no one else has started it yet.
I’m still working on this issue. I will share an update as soon as there is more to report.