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

Commit a98ac2a

Browse files
committed
md5 dashboard name
1 parent 98af4bb commit a98ac2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-mixin/dashboards/alertmanager.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ local utils = import 'mixin-utils/utils.libsonnet';
33
(import 'dashboard-utils.libsonnet') {
44

55
'alertmanager.json':
6-
$.dashboard('Cortex / Alertmanager')
6+
$.dashboard('Cortex / Alertmanager') + { uid: std.md5('alertmanager.json') })
77
.addClusterSelectorTemplates()
88
.addRow(
99
($.row('Headlines') + {

0 commit comments

Comments
 (0)