chronograf/canned/cpu.json

23 lines
435 B
JSON
Raw Normal View History

2016-11-08 02:35:46 +00:00
{
"id": "0fa47984-825b-46f1-9ca5-0366e3281cc5",
"measurement": "cpu",
2016-11-08 18:21:50 +00:00
"app": "system",
2016-11-08 02:35:46 +00:00
"cells": [
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
"i": "cc9ba2b6-e398-4396-80dc-819bb7ac7ce1",
"name": "CPU Usage",
"queries": [
{
"query": "SELECT mean(\"usage_user\") AS \"usage_user\" FROM \"cpu\"",
2016-11-08 02:35:46 +00:00
"groupbys": [],
"wheres": []
}
]
}
]
}