mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-24 15:19:43 -05:00
fix(alcyone/grafana): don't replace unknown with 0 on ram panel
This commit is contained in:
@@ -444,7 +444,7 @@
|
||||
"pluginVersion": "12.3.1",
|
||||
"targets": [
|
||||
{
|
||||
"expr": "sum(node_memory_MemTotal_bytes{instance=\"$hosts\"} - node_memory_MemAvailable_bytes{instance=\"$hosts\"} or vector(0))",
|
||||
"expr": "sum(node_memory_MemTotal_bytes{instance=\"$hosts\"} - node_memory_MemAvailable_bytes{instance=\"$hosts\"})",
|
||||
"instant": false,
|
||||
"legendFormat": "Used Memory",
|
||||
"range": true,
|
||||
|
||||
Reference in New Issue
Block a user