Browse Source

Fix sign error in `NodeClockSkewDetected`

Signed-off-by: beorn7 <beorn@grafana.com>
pull/1649/head
beorn7 5 years ago
parent
commit
8b00b22904
  1. 2
      docs/node-mixin/alerts/alerts.libsonnet

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

@ -207,7 +207,7 @@
)
or
(
node_timex_offset_seconds < 0.05
node_timex_offset_seconds < -0.05
and
deriv(node_timex_offset_seconds[5m]) <= 0
)

Loading…
Cancel
Save