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

Add more SQL examples to README

Open gleniat opened this issue 3 years ago • 0 comments

upload and ping example

SELECT mean("value") FROM "upload" WHERE $timeFilter and host = 'local' GROUP BY time($interval) fill(null)
SELECT mean("value") FROM "ping" WHERE $timeFilter and host = 'local' GROUP BY time($interval) fill(null)

gleniat avatar Oct 29 '20 08:10 gleniat