grafana-bootstrap-docker
grafana-bootstrap-docker copied to clipboard
Hello @soulgalore , You recently updated page metrics' dashboard's JSON, but you added a new JSON API Datasource labeled `DS_JSON_API`. But there seem to be no clue on how it...
The prepared Dashboards are great to integrate sitespeed with Grafana. For example https://github.com/sitespeedio/grafana-bootstrap-docker/blob/main/dashboards/graphite/SiteSummary.json gives a nice overview of the measured metrics. These are the queries composed for the first panel...
https://grafana.com/docs/administration/provisioning/ Grafana 5.0 added functionality to provision dashboards and data sources I was about to use this project by achieved very nice integration with dashboards being added automatically without rebuild...
I noticed that the basic auth credentials in /datasources/graphite/graphite.json (guest/guest) do not actually get authenticated. I know that these credentials (guest/guest from .htpasswd) are used for the graphite (admin) dashboard,...
On the old demo dashboard, we had a nice graph showing the slowest assets, over time.  It was nice because it could be used to look at the availability...
At the moment, all the metric queries use hardcoded node index number to invoke`aliasByNode` function, e.g. ``` aliasByNode(sitespeed_io.$path.summary.$group.$browser.$connectivity.browsertime.pageTimings.*.median, 8); ``` Here is an example in the code base, https://github.com/sitespeedio/grafana-bootstrap-docker/blob/b04d2799862e76b723c2c59b49f4bd32e1e0e4f5/dashboards/pageSummary.json#L627 This...