Merge pull request #1649 from prometheus/beorn7/mixin

Fix sign error in `NodeClockSkewDetected`
This commit is contained in:
Björn Rabenstein 2020-03-25 14:44:11 +01:00 committed by GitHub
commit a57f246579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
)