chore: add instance label in NodeHighNumberConntrackEntriesUsed alert description

Signed-off-by: liyang <ly18846162402@163.com>
pull/3216/head
liyang 2024-12-11 11:39:59 +08:00 committed by Johannes 'fish' Ziemke
parent 2fccdf4e17
commit 505363a67d
1 changed files with 1 additions and 1 deletions

View File

@ -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',