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

Commit 2d73ad2

Browse files
committed
Set default per_instance_label to empty
Signed-off-by: Joe Elliott <[email protected]>
1 parent c6d99ec commit 2d73ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-mixin/config.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
resources_dashboards_enabled: false,
4545

4646
// If supplied adds additional panels that are broken down per instance. i.e. 'pod' in a kubernetes install
47-
per_instance_label: 'pod',
47+
per_instance_label: '',
4848
},
4949
}

0 commit comments

Comments
 (0)