File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : mo-ob-opensource
3
3
description : mo-ob-opensource's Helm chart for Kubernetes
4
4
type : application
5
- version : 1.0.0-alpha.12
5
+ version : 1.0.0-alpha.13
6
6
appVersion : 0.9.0
7
7
dependencies :
8
8
- condition : kube-prometheus-stack.enabled
Original file line number Diff line number Diff line change 16
16
serviceScope: "mo-ob"
17
17
alertOwner: bruce
18
18
annotations:
19
- summary: "{{ $labels.pod }}: error sending batch on {{ $labels.node_name }}, will retry"
20
- description: "{{ $labels.pod }}: error sending batch on {{ $labels.node_name }}, will retry"
19
+ summary: "{{ "{{" }} $labels.pod }}: error sending batch on {{ "{{" }} $labels.node_name }}, will retry"
20
+ description: "{{ "{{" }} $labels.pod }}: error sending batch on {{ "{{" }} $labels.node_name }}, will retry"
21
21
- alert: PromtailErrorSendingFinal
22
22
expr: count_over_time({app="promtail"} |= `level=error` |= `final error sending batch` [1m]) > 0
23
23
for: 1m
27
27
serviceScope: "mo-ob"
28
28
alertOwner: bruce
29
29
annotations:
30
- summary: "{{ $labels.pod }}: final error sending batch on {{ $labels.node_name }}"
31
- description: "{{ $labels.pod }}: final error sending batch on {{ $labels.node_name }}"
30
+ summary: "{{ "{{" }} $labels.pod }}: final error sending batch on {{ "{{" }} $labels.node_name }}"
31
+ description: "{{ "{{" }} $labels.pod }}: final error sending batch on {{ "{{" }} $labels.node_name }}"
You can’t perform that action at this time.
0 commit comments