Fix sign error in `NodeClockSkewDetected`

Signed-off-by: beorn7 <beorn@grafana.com>
pull/1649/head
beorn7 2020-03-25 13:07:23 +01:00
parent 7f5a0ea5f6
commit 8b00b22904
1 changed files with 1 additions and 1 deletions

View File

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