chronograf/canned/processes.json

24 lines
468 B
JSON
Raw Normal View History

2016-11-08 03:57:18 +00:00
{
"id": "ffad2dff-d263-412e-806a-1e836af87942",
"measurement": "processes",
"app": "system",
"autoflow": true,
2016-11-08 03:57:18 +00:00
"cells": [
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
2016-11-08 03:57:18 +00:00
"i": "84048146-f93d-4d6c-b7dd-c8e2a68abb27",
2016-11-11 20:40:19 +00:00
"name": "System - Total Processes",
2016-11-08 03:57:18 +00:00
"queries": [
{
2016-11-11 20:40:19 +00:00
"query": "SELECT mean(\"total\") AS \"total\" FROM processes",
2016-11-08 03:57:18 +00:00
"groupbys": [],
"wheres": []
}
]
}
]
}