We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am working on some histogram extensions in kubernetes/kubernetes#109277 , and have run into a couple of blockages regarding examplars.
(1) constHistogram (
client_golang/prometheus/histogram.go
Line 570 in 29e8191
(2) once it does, I may need to call the private function newExemplar (like histogram::updateExemplar does).
newExemplar
The text was updated successfully, but these errors were encountered:
Thanks for this report, but I think it's already implemented. Merged recently with #986
See how to use it here: https://github.com/prometheus/client_golang/blob/main/prometheus/examples_test.go#L601
I will close it for now, but feel free to comment if you think it's should be reopened (something is missing?). Cheers!
Sorry, something went wrong.
Thanks. Now I need this to appear in a release.
No branches or pull requests
I am working on some histogram extensions in kubernetes/kubernetes#109277 , and have run into a couple of blockages regarding examplars.
(1) constHistogram (
client_golang/prometheus/histogram.go
Line 570 in 29e8191
(2) once it does, I may need to call the private function
newExemplar
(like histogram::updateExemplar does).The text was updated successfully, but these errors were encountered: