From 27679e6ae0d3c2f708f75616eefc3c353bd5f242 Mon Sep 17 00:00:00 2001 From: Sofrony Pavel Date: Mon, 28 Jun 2021 20:52:33 +0300 Subject: [PATCH] Value in description for HAProxy HTTP slowing alert --- _data/rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/rules.yml b/_data/rules.yml index 3f9a8d4..9e613d7 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -1290,7 +1290,7 @@ groups: severity: warning for: 2m - name: HAProxy HTTP slowing down - description: Average request time is increasing + description: Average request time is increasing - {{ $value | printf "%.2f"}} query: avg by (proxy) (haproxy_backend_max_total_time_seconds) > 1 severity: warning for: 1m