massicot/ntfy-sh: add
This commit is contained in:
parent
f418cf8620
commit
9b38853216
3 changed files with 29 additions and 1 deletions
|
@ -202,7 +202,7 @@ in
|
|||
}
|
||||
{
|
||||
alert = "HighRequestLatency";
|
||||
expr = "histogram_quantile(0.95, rate(caddy_http_request_duration_seconds_bucket[10m])) > 0.5";
|
||||
expr = "histogram_quantile(0.95, rate(caddy_http_request_duration_seconds_bucket[10m])) > 5";
|
||||
for = "2m";
|
||||
labels = { severity = "warning"; };
|
||||
annotations = { summary = "High request latency on {{ $labels.instance }}"; description = "95th percentile of request latency is above 0.5 seconds for the last 2 minutes."; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue