Merge pull request #1649 from prometheus/beorn7/mixin
Fix sign error in `NodeClockSkewDetected`
This commit is contained in:
commit
a57f246579
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue