Skip to content

Commit 505363a

Browse files
daviderli614discordianfish
authored andcommitted
chore: add instance label in NodeHighNumberConntrackEntriesUsed alert description
Signed-off-by: liyang <[email protected]>
1 parent 2fccdf4 commit 505363a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/node-mixin/alerts/alerts.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
||| % $._config,
192192
annotations: {
193193
summary: 'Number of conntrack are getting close to the limit.',
194-
description: '{{ $value | humanizePercentage }} of conntrack entries are used.',
194+
description: '{{ $labels.instance }} {{ $value | humanizePercentage }} of conntrack entries are used.',
195195
},
196196
labels: {
197197
severity: 'warning',

0 commit comments

Comments
 (0)