prometheus / client_model

Data model artifacts for Prometheus.
http://prometheus.io
Apache License 2.0
74 stars 74 forks source link

Merge sparsehistogram branch into master #63

Closed beorn7 closed 1 year ago

beorn7 commented 1 year ago

While Native Histograms are still an experimental feature, I believe we can merge their proto spec into the master branch at this point here in this repository (which doesn't have a notion of feature flags or similar).

Note that this also adds support for gauge histograms and float histograms to conventional histograms.

beorn7 commented 1 year ago

I think I should also update the README.md to let people know about the use case for native histograms.

beorn7 commented 1 year ago

Done.