We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
groups:
The text was updated successfully, but these errors were encountered:
Hello,
I have the same issue. Can some help on how to add alerts rules?
Thank you
Sorry, something went wrong.
No branches or pull requests
Could you please help to explain the exact meaning of the following alert rules? And which alert message will be sent?
groups:
interval: 30s
rules:
expr: increase(smokeping_response_duration_seconds_count[1m]) / increase(smokeping_requests_total[1m])
expr: histogram_quantile(0.50, rate(smokeping_response_duration_seconds_bucket[1m]))
expr: histogram_quantile(0.90, rate(smokeping_response_duration_seconds_bucket[1m]))
expr: histogram_quantile(0.99, rate(smokeping_response_duration_seconds_bucket[1m]))
The text was updated successfully, but these errors were encountered: