From a98152c98645847f77dc65aefe464aa88b0fa4f8 Mon Sep 17 00:00:00 2001 From: Austin Georgiades Date: Fri, 7 Jun 2024 17:33:36 -0400 Subject: [PATCH] updated squid overview dashboard --- squid-mixin/dashboards/squid-overview.libsonnet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/squid-mixin/dashboards/squid-overview.libsonnet b/squid-mixin/dashboards/squid-overview.libsonnet index fe5628326..c26c7f03b 100644 --- a/squid-mixin/dashboards/squid-overview.libsonnet +++ b/squid-mixin/dashboards/squid-overview.libsonnet @@ -1449,12 +1449,12 @@ local accessLogsPanel(matcher) = { serverReceivedThroughputPanel(getMatcher($._config)) { gridPos: { h: 8, w: 8, x: 16, y: 32 } }, ], if $._config.enableLokiLogs then [ - cacheLogsPanel { gridPos: { h: 6, w: 24, x: 0, y: 40 } }, + cacheLogsPanel(getMatcher($._config)) { gridPos: { h: 6, w: 24, x: 0, y: 40 } }, ] else [], [ ], if $._config.enableLokiLogs then [ - accessLogsPanel { gridPos: { h: 6, w: 24, x: 0, y: 46 } }, + accessLogsPanel(getMatcher($._config)) { gridPos: { h: 6, w: 24, x: 0, y: 46 } }, ] else [], [ ],