Skip to content

Commit

Permalink
chore: add instance label in NodeHighNumberConntrackEntriesUsed alert…
Browse files Browse the repository at this point in the history
… description

Signed-off-by: liyang <[email protected]>
  • Loading branch information
daviderli614 authored and discordianfish committed Dec 23, 2024
1 parent 2fccdf4 commit 505363a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/node-mixin/alerts/alerts.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
||| % $._config,
annotations: {
summary: 'Number of conntrack are getting close to the limit.',
description: '{{ $value | humanizePercentage }} of conntrack entries are used.',
description: '{{ $labels.instance }} {{ $value | humanizePercentage }} of conntrack entries are used.',
},
labels: {
severity: 'warning',
Expand Down

0 comments on commit 505363a

Please sign in to comment.