chronograf/canned/disk.json

27 lines
531 B
JSON
Raw Normal View History

{
"id": "0b75be4e-3454-4d5d-9a98-ca77c81397f6",
"measurement": "disk",
2016-11-10 23:01:47 +00:00
"app": "system",
"autoflow": true,
"cells": [
{
"x": 4,
"y": 0,
"w": 4,
"h": 4,
"i": "5825a4dd-df97-4e99-a99d-67b68833c183",
2016-11-11 20:57:53 +00:00
"name": "System - Disk used %",
"queries": [
{
2016-11-11 20:57:53 +00:00
"query": "SELECT mean(\"used_percent\") AS \"used_percent\" FROM disk",
"label": "% used",
"groupbys": [
2016-11-08 21:15:46 +00:00
"\"path\""
],
"wheres": []
}
]
}
]
}