influxdb/chronograf/canned/load.json

24 lines
470 B
JSON
Raw Normal View History

2016-11-08 02:35:46 +00:00
{
"id": "ec6c48f4-48ca-4ba7-a842-5b700e19f274",
"measurement": "system",
2016-11-08 18:21:50 +00:00
"app": "system",
"autoflow": true,
2016-11-08 02:35:46 +00:00
"cells": [
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
"i": "6ec7e632-2c19-475c-8747-56feaacf46ce",
"name": "System Load",
"queries": [
{
"query": "SELECT mean(\"load1\") AS \"load\" FROM \":db:\".\":rp:\".\"system\"",
2016-11-08 02:35:46 +00:00
"groupbys": [],
"wheres": []
}
]
}
]
}