@@ -19,15 +19,16 @@ repository.
1919
2020Therefore, formerly existing support for languages other than Go (namely C++,
2121Java, Python, Ruby) has been removed from this repository. If you are a 3rd
22- party user of those languages, you can go back to commit
23- 14fe0d1b01d4d5fc031dd4bec1823bd3ebbe8016 to keep using the old code, or you can
24- consume
22+ party user of those languages, you can go back to [ commit
23+ 14fe0d1 ] ( https://github.com/prometheus/client_model/commit/ 14fe0d1b01d4d5fc031dd4bec1823bd3ebbe8016)
24+ to keep using the old code, or you can consume
2525[ ` metrics.proto ` ] ( https://github.com/prometheus/client_model/blob/master/metrics.proto )
2626directly with your own protobuf tooling. Note, however, that changes of
27- ` metrics.proto ` after commit 14fe0d1b01d4d5fc031dd4bec1823bd3ebbe8016 are
28- solely informed by requirements of the Go instrumentation library and will not
29- take into account any requirements of other languages or stability concerns for
30- the protobuf-based exposition format.
27+ ` metrics.proto ` after [ commit
28+ 14fe0d1] ( https://github.com/prometheus/client_model/commit/14fe0d1b01d4d5fc031dd4bec1823bd3ebbe8016 )
29+ are solely informed by requirements of the Go instrumentation library and will
30+ not take into account any requirements of other languages or stability concerns
31+ for the protobuf-based exposition format.
3132
3233Check out the [ OpenMetrics project] ( https://openmetrics.io/ ) for the future of
3334the data model and exposition format used by Prometheus and others.
0 commit comments