Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What's the meaning of red/green dotted line? #7974

Closed
dlintw opened this issue Mar 29, 2017 · 5 comments
Closed

What's the meaning of red/green dotted line? #7974

dlintw opened this issue Mar 29, 2017 · 5 comments

Comments

@dlintw
Copy link

dlintw commented Mar 29, 2017

Is there document about the meaning of dotted line?
I've trying to zoom it to maximum and put cursor on the line, but found the numbers are the same as neighbors.

grafana_dot_line

@bashgeek
Copy link
Contributor

Red meaning an alert triggered and green meaning an alert cleared. Check your alert settings for details.

@dlintw
Copy link
Author

dlintw commented Mar 29, 2017

I have setup a alert evaluate every 60s.
WHEN max() OF query(A,1m,now) IS ABOVE 0.002
if no data or all values are null SET STATE TO No Data
if execution error or timeout SET STATE TO Alerting.

I've check the value of the stats all are below 0.002.

I've pressed the 'Test Rule' and get the following result.
result
firing false
state ok
conditionEvals false = false
timeMs 3.897ms
logs [ [object Object], [object Object], [object Object], [object Object], [object Object], [object Object] ]

@dlintw
Copy link
Author

dlintw commented Mar 29, 2017

Well, I understood. The rule is base on 1 min, so, for example:
10:10:10 occurs 0.00278
10:11:01 alert show red dotted line because during 10:10:00-10:11:00 the max() value is 0.00278 which greater then 0.002.
10:12:01 alert show green dotted line because during 10:11:00-10:12:00 the max() value is below 0.002.

@dlintw dlintw closed this as completed Mar 29, 2017
@zyxue
Copy link

zyxue commented Mar 17, 2023

Sometimes I see yellow dotted line, what does yellow mean?

@macetw
Copy link

macetw commented Mar 23, 2023

Each alert is different for everyone. Many alerts require, for example, a running average to exceed a threshold for 5 minutes. In those moments before 5 minutes is hit, this is a "pending" alert. A yellow line likely means this alert is pending.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants