diff --git a/infra/k8s/monitoring/dashboards/foxhunt-trading-cockpit.json b/infra/k8s/monitoring/dashboards/foxhunt-trading-cockpit.json index f7b993cfb..d3206b12f 100644 --- a/infra/k8s/monitoring/dashboards/foxhunt-trading-cockpit.json +++ b/infra/k8s/monitoring/dashboards/foxhunt-trading-cockpit.json @@ -139,10 +139,23 @@ ] }, "unit": "percentunit", - "mappings": [], + "mappings": [ + { + "type": "special", + "options": { + "match": "null", + "result": { + "text": "Inactive", + "color": "dark-blue", + "index": 99 + } + } + } + ], "color": { "mode": "thresholds" - } + }, + "noValue": "Inactive" }, "overrides": [] }, @@ -206,10 +219,23 @@ ] }, "unit": "percentunit", - "mappings": [], + "mappings": [ + { + "type": "special", + "options": { + "match": "null", + "result": { + "text": "Inactive", + "color": "dark-blue", + "index": 99 + } + } + } + ], "color": { "mode": "thresholds" - } + }, + "noValue": "Inactive" }, "overrides": [] }, @@ -273,10 +299,23 @@ ] }, "unit": "percentunit", - "mappings": [], + "mappings": [ + { + "type": "special", + "options": { + "match": "null", + "result": { + "text": "Inactive", + "color": "dark-blue", + "index": 99 + } + } + } + ], "color": { "mode": "thresholds" - } + }, + "noValue": "Inactive" }, "overrides": [] }, @@ -339,10 +378,23 @@ } ] }, - "mappings": [], + "mappings": [ + { + "type": "special", + "options": { + "match": "null", + "result": { + "text": "Inactive", + "color": "dark-blue", + "index": 99 + } + } + } + ], "color": { "mode": "thresholds" - } + }, + "noValue": "Inactive" }, "overrides": [] }, @@ -473,10 +525,23 @@ ] }, "unit": "currencyUSD", - "mappings": [], + "mappings": [ + { + "type": "special", + "options": { + "match": "null", + "result": { + "text": "Inactive", + "color": "dark-blue", + "index": 99 + } + } + } + ], "color": { "mode": "thresholds" - } + }, + "noValue": "Inactive" }, "overrides": [] }, @@ -536,10 +601,23 @@ ] }, "unit": "currencyUSD", - "mappings": [], + "mappings": [ + { + "type": "special", + "options": { + "match": "null", + "result": { + "text": "Inactive", + "color": "dark-blue", + "index": 99 + } + } + } + ], "color": { "mode": "thresholds" - } + }, + "noValue": "Inactive" }, "overrides": [] },