Skip to content

Commit

Permalink
updated squid overview dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
algchoo committed Jul 12, 2024
1 parent 9b5753d commit a98152c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions squid-mixin/dashboards/squid-overview.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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 [],
[
],
Expand Down

0 comments on commit a98152c

Please sign in to comment.