1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00

exporters: prometheus: add exponential (native) histogram support (#6421)

Almost closes 5777.

Adding native (exponential) histogram support to the Prometheus
exporter. I tested it with a toy program, and the result looks good. I
added a unit test.

---------

Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
Co-authored-by: Sam Xie <sam@samxie.me>
This commit is contained in:
Giedrius Statkevičius
2025-04-04 05:35:14 +03:00
committed by GitHub
parent dceb2cd512
commit 75973eccbf
4 changed files with 135 additions and 1 deletions
+1
View File
@@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Added
- Add exponential histogram support in `go.opentelemetry.io/otel/exporters/prometheus`. (#6421)
- The `go.opentelemetry.io/otel/semconv/v1.31.0` package.
The package contains semantic conventions from the `v1.31.0` version of the OpenTelemetry Semantic Conventions.
See the [migration documentation](./semconv/v1.31.0/MIGRATION.md) for information on how to upgrade from `go.opentelemetry.io/otel/semconv/v1.30.0`(#6479)