| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Initial support for allowing users to create native histograms. The initial implementation directly exposes the initial schema version rather than a factor, and we can provide guidance for choosing a good initial schema. If too many buckets will be created then resolution can be reduced, but in the current implementation the other reduction techniques (increasing zero bucket width, resets, etc...) are not yet implemented. Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
|
@krajorama Would you be willing to take a look at this sometime? I tried to describe the differences I made compared to say client_golang, but let me know if you have questions! |
Sorry, something went wrong.
|
Are there plans to merge this fairly soon? I'm very new to Prometheus but identified this as a pretty high-priority feature for some of our Python services. |
Sorry, something went wrong.
|
Hello! Since this PR was originally opened there have been some additional changes to the text based format. Just recently the draft of OpenMetrics 2.0 was published (https://prometheus.io/docs/specs/om/open_metrics_spec_2_0/). I need to update this client to support the changes that were made in 2.0 and then can come back to this. In addition, for it to actually be useful Prometheus/scraping libraries will need to support OpenMetrics 2.0, I am not 100% sure on the timeline for that. TL;DR This work was recently unblocked and I will come back to it soon. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Initial support for allowing users to create native histograms. The initial implementation directly exposes the initial schema version rather than a factor, and we can provide guidance for choosing a good initial schema. If too many buckets will be created then resolution can be reduced, but in the current implementation the other reduction techniques (increasing zero bucket width, resets, etc...) are not yet implemented.
Depends on #1087 for the actual exposition
Part of #918