mirror of
https://github.com/prometheus/node_exporter
synced 2025-01-10 07:29:34 +00:00
Merge pull request #1649 from prometheus/beorn7/mixin
Fix sign error in `NodeClockSkewDetected`
This commit is contained in:
commit
a57f246579
@ -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…
Reference in New Issue
Block a user