Browse Source

Fix description for NodeDiskIOSaturation alert (#2929)

NodeDiskIOSaturation description should say 30m per the "for" clause

Signed-off-by: Taylor Sly <slyt@users.noreply.github.com>
pull/2932/head
Taylor Sly 9 months ago committed by GitHub
parent
commit
9f9473859b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/node-mixin/alerts/alerts.libsonnet

2
docs/node-mixin/alerts/alerts.libsonnet

@ -388,7 +388,7 @@
annotations: {
summary: 'Disk IO queue is high.',
description: |||
Disk IO queue (aqu-sq) is high on {{ $labels.device }} at {{ $labels.instance }}, has been above %(diskIOSaturationThreshold)d for the last 15 minutes, is currently at {{ printf "%%.2f" $value }}.
Disk IO queue (aqu-sq) is high on {{ $labels.device }} at {{ $labels.instance }}, has been above %(diskIOSaturationThreshold)d for the last 30 minutes, is currently at {{ printf "%%.2f" $value }}.
This symptom might indicate disk saturation.
||| % $._config,
},

Loading…
Cancel
Save