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

Alert rules #60

Open
gnnx0425 opened this issue Dec 31, 2021 · 1 comment
Open

Alert rules #60

gnnx0425 opened this issue Dec 31, 2021 · 1 comment

Comments

@gnnx0425
Copy link

Could you please help to explain the exact meaning of the following alert rules? And which alert message will be sent?

groups:

  • name: Smokeping
    interval: 30s
    rules:
    • record: instance:smokeping_probe_success:ratio1m
      expr: increase(smokeping_response_duration_seconds_count[1m]) / increase(smokeping_requests_total[1m])
    • record: instance:smokeping_response_duration_seconds:q50
      expr: histogram_quantile(0.50, rate(smokeping_response_duration_seconds_bucket[1m]))
    • record: instance:smokeping_response_duration_seconds:q90
      expr: histogram_quantile(0.90, rate(smokeping_response_duration_seconds_bucket[1m]))
    • record: instance:smokeping_response_duration_seconds:q99
      expr: histogram_quantile(0.99, rate(smokeping_response_duration_seconds_bucket[1m]))
@kenytux
Copy link

kenytux commented Nov 15, 2022

Hello,

I have the same issue. Can some help on how to add alerts rules?

Thank you

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

2 participants