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

Is the alert a continuous event in the graph or just some alert point to trigger a alert email? #2860

Closed
xixikaikai opened this Issue Jun 19, 2017 · 3 comments

Comments

Projects
None yet
2 participants
@xixikaikai
Copy link

xixikaikai commented Jun 19, 2017

  • Prometheus version:

    1.5.2

  • Alertmanager version:

    latest

my prometheus config is as below:
global:
scrape_interval: 40s # By default, scrape targets every 15 seconds.
scrape_timeout: 30s

and my graph is like this:
image

I have a FOR 3-minute alert rule in my alert.rules file,
and in this picture, we have zero value, but it is not continuously all zero, it is partial.

@brian-brazil

This comment has been minimized.

Copy link
Member

brian-brazil commented Jun 19, 2017

@xixikaikai

This comment has been minimized.

Copy link
Author

xixikaikai commented Jun 19, 2017

I've also some other rules in my alert.rules file that have the same situation.
And I checked the code in prometheus
image

In alerting.go
I do not know if the delete process is triggered under what intervals?

@lock

This comment has been minimized.

Copy link

lock bot commented Mar 23, 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 lock bot locked and limited conversation to collaborators Mar 23, 2019

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
You can’t perform that action at this time.