grafana-bootstrap-docker icon indicating copy to clipboard operation
grafana-bootstrap-docker copied to clipboard

Graphe the timing spent on each 3rd party server

Open jpvincent opened this issue 9 years ago • 3 comments

On the old demo dashboard, we had a nice graph showing the slowest assets, over time. image

It was nice because it could be used to look at the availability and performance of the 3rd party (and some slow 1st party resource). We could produce at least for the public demo a graph showing the response time per domain (it will probably store less data). It wont tell much about 1st party resources having troubles, but in my case it will be enough to monitor how 3rd parties scripts are performing.

jpvincent avatar Oct 26 '16 13:10 jpvincent

Yes I see your point @jpvincent . One of the main issues with 4.0 was that it generated too much data by default into Graphite. Let us update the documentation to how to send the metrics as first step and then maybe setup one more dashboard (or include in the current 3rd party dashboard).

soulgalore avatar Oct 28 '16 10:10 soulgalore

Any update on this?

gajus avatar Nov 11 '16 17:11 gajus

hi @gajus I ended up implementing it by creating a dashboard and enabling more metrics to be sent to graphite, I added a code example here : https://github.com/sitespeedio/sitespeed.io/issues/1277 I can confirm it does take a lot of storage space though, be careful

jpvincent avatar Dec 27 '16 17:12 jpvincent