From e2cde4000921809987da385ad402ffe33e21fab1 Mon Sep 17 00:00:00 2001 From: Christian Haudum Date: Fri, 29 Apr 2022 11:31:20 +0200 Subject: [PATCH] Add query scheduler to "Read Resources" mixin dashboard (#6028) This component has been around for a while but has not been added to the loki-mixin yet. Signed-off-by: Christian Haudum --- .../dashboards/loki-reads-resources.libsonnet | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/production/loki-mixin/dashboards/loki-reads-resources.libsonnet b/production/loki-mixin/dashboards/loki-reads-resources.libsonnet index 88a16f87e8cf..20eec23e287b 100644 --- a/production/loki-mixin/dashboards/loki-reads-resources.libsonnet +++ b/production/loki-mixin/dashboards/loki-reads-resources.libsonnet @@ -32,6 +32,18 @@ local utils = import 'mixin-utils/utils.libsonnet'; $.goHeapInUsePanel('Memory (go heap inuse)', 'query-frontend'), ) ) + .addRow( + $.row('Query Scheduler') + .addPanel( + $.containerCPUUsagePanel('CPU', 'query-scheduler'), + ) + .addPanel( + $.containerMemoryWorkingSetPanel('Memory (workingset)', 'query-scheduler'), + ) + .addPanel( + $.goHeapInUsePanel('Memory (go heap inuse)', 'query-scheduler'), + ) + ) .addRow( $.row('Querier') .addPanel(