Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit efd72f1

Browse files
committed
Fixed formatting
Signed-off-by: Marco Pracucci <marco@pracucci.com>
1 parent d6d134f commit efd72f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-mixin/alerts/alerts.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@
441441
// the TSDB head every 2h).
442442
expr: |||
443443
avg by (%s) (cortex_ingester_memory_series) > 1.6e6
444-
||| % [$._config.alert_aggregation_labels, $._config.alert_aggregation_labels],
444+
||| % [$._config.alert_aggregation_labels],
445445
'for': '2h',
446446
labels: {
447447
severity: 'warning',

0 commit comments

Comments
 (0)