Skip to content

Commit d1d18a1

Browse files
authored
Merge pull request #127 from prometheus/beorn7/histogram
Native histograms are not experimental anymore
2 parents dcc2c35 + 467cd28 commit d1d18a1

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ Check out the [OpenMetrics project](https://openmetrics.io/) for the future of
3737
the data model and exposition format used by Prometheus and others.
3838

3939
Note, though, that in an ironic twist of fate, the protobuf-based exposition
40-
format got revived to ease the implementation of experimental support for
41-
native histograms in Prometheus. Therefore, starting with v2.40.0, the
42-
Prometheus server is again capable of ingesting the protobuf-based exposition
43-
format (if the respective feature flag is enabled). Eventually, native
44-
histogram support will be added in some form to OpenMetrics, too.
40+
format got revived to suppert native histograms in Prometheus. Therefore,
41+
starting with v2.40.0, the Prometheus server is again capable of ingesting the
42+
protobuf-based exposition format. Eventually, native histogram support will be
43+
added in some form to OpenMetrics, too.

io/prometheus/client/metrics.proto

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ message Histogram {
7676

7777
optional google.protobuf.Timestamp created_timestamp = 15;
7878

79-
// Everything below here is for native histograms (also known as sparse histograms).
80-
// Native histograms are an experimental feature without stability guarantees.
79+
// Everything below here is for native histograms (formerly known as sparse histograms).
8180

8281
// schema defines the bucket schema. Currently, valid numbers are -4 <= n <= 8.
8382
// They are all for base-2 bucket schemas, where 1 is a bucket boundary in each case, and

0 commit comments

Comments
 (0)