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:
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:
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:
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: