Skip to content

Commit 99182a3

Browse files
authored
Merge pull request prometheus#1644 from Neraud/dev/fix_mixin_alerts
[node-mixin] Add missing coma in alerts
2 parents 6496c24 + 1006a2c commit 99182a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/node-mixin/alerts/alerts.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
(node_nf_conntrack_entries / node_nf_conntrack_entries_limit) > 0.75
191191
||| % $._config,
192192
annotations: {
193-
summary: 'Number of conntrack are getting close to the limit'
193+
summary: 'Number of conntrack are getting close to the limit',
194194
description: '{{ $value | humanizePercentage }} of conntrack entries are used',
195195
},
196196
labels: {

0 commit comments

Comments
 (0)