samber / chartjs-plugin-datasource-prometheus

📊 Chart.js plugin for Prometheus
https://www.npmjs.com/package/chartjs-plugin-datasource-prometheus
MIT License
107 stars 20 forks source link

[feature] Histogram chart #23

Closed stokito closed 1 year ago

stokito commented 1 year ago

Is it possible to draw a Histogram metric like request latency?

Thank you for the library, it's saved me.

samber commented 1 year ago

I never tested histograms.

As a good start, please replace type: 'line' by type: 'bar'. I'm pretty confident it should work as is.

mnutt commented 1 year ago

Bar (and stacked bar) now work in 2.0. I'm not sure if that alone is enough to get histograms working.

samber commented 1 year ago

ok, thanks @mnutt for the test

i will update the doc