diff --git a/consoles/node-disk.html b/consoles/node-disk.html index 3634a1959..ffff41b79 100644 --- a/consoles/node-disk.html +++ b/consoles/node-disk.html @@ -1,6 +1,7 @@ {{ template "head" . }} {{ template "prom_right_table_head" }} + Disks {{ range printf "node_disk_io_time_seconds_total{job='node',instance='%s'}" .Params.instance | query | sortByLabel "device" }} @@ -22,6 +23,7 @@ {{ template "prom_query_drilldown" (args (printf "irate(node_disk_write_time_seconds_total{job='node',instance='%s',device='%s'}[5m]) / irate(node_disk_writes_completed_total{job='node',instance='%s',device='%s'}[5m])" .Labels.instance .Labels.device .Labels.instance .Labels.device) "s" "humanize") }} {{ end }} + Filesystem Fullness {{ define "roughlyNearZero" }} diff --git a/consoles/node-overview.html b/consoles/node-overview.html index 50aa46fa3..92f53ba87 100644 --- a/consoles/node-overview.html +++ b/consoles/node-overview.html @@ -31,7 +31,6 @@ {{ template "prom_query_drilldown" (args (printf "irate(node_network_transmit_bytes_total{job='node',instance='%s',device='%s'}[5m])" .Labels.instance .Labels.device) "B/s" "humanize") }} {{ end }} - Disks diff --git a/consoles/node.html b/consoles/node.html index bf2b7672d..9a37544ee 100644 --- a/consoles/node.html +++ b/consoles/node.html @@ -27,6 +27,7 @@ {{ else }} No nodes found. {{ end }} + {{ template "prom_content_tail" . }}