File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
4
# Deprecation note
2
5
3
6
This repository used to contain the [ protocol
@@ -32,3 +35,10 @@ for the protobuf-based exposition format.
32
35
33
36
Check out the [ OpenMetrics project] ( https://openmetrics.io/ ) for the future of
34
37
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.
You can’t perform that action at this time.
0 commit comments