From 753112871fb50cd10c671f0dd116b96cafe602d3 Mon Sep 17 00:00:00 2001 From: yeya24 Date: Sat, 30 Nov 2019 11:48:15 -0500 Subject: [PATCH] fix broken grafana dashboard Signed-off-by: yeya24 --- docs/user_guide/dragonfly.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guide/dragonfly.json b/docs/user_guide/dragonfly.json index e0196addb..66b55716e 100644 --- a/docs/user_guide/dragonfly.json +++ b/docs/user_guide/dragonfly.json @@ -1477,7 +1477,7 @@ "steppedLine": false, "targets": [ { - "expr": "process_resident_memory_bytes{job=\"service\", instance=~\".*:8002\"}/1024/1024", + "expr": "process_resident_memory_bytes{instance=\"$supernode\"}/1024/1024", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{instance}}",