Add an panel for monitor storage
{step1} 右上角 +
> Add an empty panel
{step2} 依需求填寫 Data source
Query
Visualization
Data source: InfluxDB
Format as: Table
Visualization: Table
SELECT last("used_percent") AS "percent", "used" AS "used", "total" AS "total" FROM "disk" WHERE "host" !~ /^$interval$/ and time > now() -1m group by "host", "path"