Skip to content

Commit 0a17e17

Browse files
authored
docs (node/mixin): fix annotation for Skew alert (#2671)
This updates the annotation for the NodeClockSkewDetected mixin alert to match the new threshold set. Original discussion was in this PR: #1480 I spent an embarrassingly large amount of time trying to figure out how the heck that alert would mean 300s of clock skew. Turns out the annotation was just left the same after the threshold change. Signed-off-by: Will Bollock <[email protected]>
1 parent d3a0156 commit 0a17e17

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
@@ -231,7 +231,7 @@
231231
},
232232
annotations: {
233233
summary: 'Clock skew detected.',
234-
description: 'Clock on {{ $labels.instance }} is out of sync by more than 300s. Ensure NTP is configured correctly on this host.',
234+
description: 'Clock on {{ $labels.instance }} is out of sync by more than 0.05s. Ensure NTP is configured correctly on this host.',
235235
},
236236
},
237237
{

0 commit comments

Comments
 (0)