Skip to content
New issue

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

Support for native histograms #576

Open
jml opened this issue Jun 29, 2023 · 0 comments
Open

Support for native histograms #576

jml opened this issue Jun 29, 2023 · 0 comments

Comments

@jml
Copy link

jml commented Jun 29, 2023

Native histograms (aka sparse histograms, aka high-res histograms) are on their way to being production ready. It would be wonderful if the Node prom-client supported them.

From the (Prometheus docs](https://prometheus.io/docs/concepts/metric_types/#histogram):

A native histogram requires only one time series, which includes a dynamic number of buckets in addition to the sum and count of observations. Native histograms allow much higher resolution at a fraction of the cost.

They aren't quite a stable feature yet, but I figure it would be useful to me & others to have an issue to gather together any discussion on implementing them for this client.

Some relevant links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant