Hacker News new | ask | show | jobs
by zaarn 3148 days ago
I've had similar problems.

I feed analytics from my webpage into InfluxDB and it is impossible to compute a histogram of pageload times of the last 10k hits.

1 comments

Right. You would have to approximate the last 10k hits to the time period.

Also, check out the grafana histogram plugin. Works great for these scenarios.

I've tried the grafana histogram plugin but it doesn't work; simply get a 404 error on load and makes the entire row unusuable.