Skip to content

Commit fdb567d

Browse files
committed
Add note about native histograms to README
Signed-off-by: beorn7 <[email protected]>
1 parent 7f720d2 commit fdb567d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
_(If you are reading this because you are interested in Prometheus's native
2+
histograms, pay special attention to the last paragraph below.)_
3+
14
# Deprecation note
25

36
This repository used to contain the [protocol
@@ -32,3 +35,10 @@ for the protobuf-based exposition format.
3235

3336
Check out the [OpenMetrics project](https://openmetrics.io/) for the future of
3437
the data model and exposition format used by Prometheus and others.
38+
39+
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.

0 commit comments

Comments
 (0)