chronograf/canned/cpu.json

20 lines
391 B
JSON
Raw Normal View History

2016-11-04 18:58:54 +00:00
{
"id": "0fa47984-825b-46f1-9ca5-0366e3281cc5",
"measurement": "cpu",
"app": "cpu",
"cells": [{
"x": 0,
"y": 0,
2016-11-04 19:29:40 +00:00
"w": 4,
"h": 4,
2016-11-04 18:58:54 +00:00
"i": "cc9ba2b6-e398-4396-80dc-819bb7ac7ce1",
"name": "CPU Usage",
"queries": [{
"query": "SELECT \"usage_user\" FROM \"telegraf\"..\"cpu\"",
"db": "telegraf",
2016-11-07 22:29:39 +00:00
"rp": "autogen",
"groupbys": []
2016-11-04 18:58:54 +00:00
}]
}]
}