Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upalert condition using: time() not fired #1228
Comments
This comment has been minimized.
This comment has been minimized.
|
No, this should work fine. However, your label values differ – |
This comment has been minimized.
This comment has been minimized.
|
thanks I think I shoud use |
lethe3000
closed this
Nov 20, 2015
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 24, 2019
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
lock
bot
locked and limited conversation to collaborators
Mar 24, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
lethe3000 commentedNov 19, 2015
Hi, I want to alert if a container which is disappear more than 5s,but I cannot make condition
time() - container_last_seen > 5fired.I stopped nginx container, and I executed below query, found that the value is greater than 5.
So I wonder that cannot use time() in alert conditions?