From e6741e5b0042ea06b219bbae9b2433216949741c Mon Sep 17 00:00:00 2001 From: Owen Diehl Date: Mon, 8 Mar 2021 15:46:46 -0500 Subject: [PATCH] uses go_memstats_heap_inuse_bytes on the operational dashboard --- .../loki-mixin/dashboards/dashboard-loki-operational.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/production/loki-mixin/dashboards/dashboard-loki-operational.json b/production/loki-mixin/dashboards/dashboard-loki-operational.json index 96d54cfc6828..71281ad7137b 100644 --- a/production/loki-mixin/dashboards/dashboard-loki-operational.json +++ b/production/loki-mixin/dashboards/dashboard-loki-operational.json @@ -2023,7 +2023,7 @@ "steppedLine": false, "targets": [ { - "expr": "container_memory_usage_bytes{cluster=\"$cluster\", namespace=\"$namespace\", pod=~\"distributor.*\"}", + "expr": "go_memstats_heap_inuse_bytes{cluster=\"$cluster\", namespace=\"$namespace\", pod=~\"distributor.*\"}", "instant": false, "intervalFactor": 3, "legendFormat": "{{pod}}", @@ -2687,7 +2687,7 @@ "steppedLine": false, "targets": [ { - "expr": "container_memory_usage_bytes{cluster=\"$cluster\", namespace=\"$namespace\", pod=~\"ingester.*\"}", + "expr": "go_memstats_heap_inuse_bytes{cluster=\"$cluster\", namespace=\"$namespace\", pod=~\"ingester.*\"}", "instant": false, "intervalFactor": 3, "legendFormat": "{{pod}}", @@ -3633,7 +3633,7 @@ "steppedLine": false, "targets": [ { - "expr": "container_memory_usage_bytes{cluster=\"$cluster\", namespace=\"$namespace\", pod=~\"querier.*\"}", + "expr": "go_memstats_heap_inuse_bytes{cluster=\"$cluster\", namespace=\"$namespace\", pod=~\"querier.*\"}", "instant": false, "intervalFactor": 3, "legendFormat": "{{pod}}",