contrib/kube-prometheus: Improve consistency of Prometheus Operator alerts
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
severity: 'warning',
|
severity: 'warning',
|
||||||
},
|
},
|
||||||
annotations: {
|
annotations: {
|
||||||
message: 'Errors while reconciling Alertmanager in {{$labels.namespace}} namespace.',
|
message: 'Errors while reconciling Alertmanager in {{ $labels.namespace }} Namespace.',
|
||||||
},
|
},
|
||||||
'for': '10m',
|
'for': '10m',
|
||||||
},
|
},
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
severity: 'warning',
|
severity: 'warning',
|
||||||
},
|
},
|
||||||
annotations: {
|
annotations: {
|
||||||
message: 'Errors while reconciling Prometheus in {{$labels.namespace}} namespace.',
|
message: 'Errors while reconciling Prometheus in {{ $labels.namespace }} Namespace.',
|
||||||
},
|
},
|
||||||
'for': '10m',
|
'for': '10m',
|
||||||
},
|
},
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
severity: 'warning',
|
severity: 'warning',
|
||||||
},
|
},
|
||||||
annotations: {
|
annotations: {
|
||||||
message: 'Errors while reconciling Prometheus in {{$labels.namespace}} namespace.',
|
message: 'Errors while reconciling Prometheus in {{ $labels.namespace }} Namespace.',
|
||||||
},
|
},
|
||||||
'for': '10m',
|
'for': '10m',
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user