From a6f8ccdfeded9b0b3bec4c1023b9edee15d531f5 Mon Sep 17 00:00:00 2001 From: jorge882 Date: Fri, 23 Aug 2024 12:24:36 -0500 Subject: [PATCH] Corrected Helm values.yaml file - prometheusRules Corrected the alert: valut-HighResponseTime alert rules (lines 1325-26), as well as the documentation (1324) to properly reflect a 10 minute threshold for the critical warning. Signed-off-by: jorge882 --- charts/openbao/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/openbao/values.yaml b/charts/openbao/values.yaml index 40621c5..4d433d5 100644 --- a/charts/openbao/values.yaml +++ b/charts/openbao/values.yaml @@ -1321,8 +1321,8 @@ serverTelemetry: # severity: warning # - alert: vault-HighResponseTime # annotations: - # message: The response time of OpenBao is over 1s on average over the last 5 minutes. + # message: The response time of OpenBao is over 1s on average over the last 10 minutes. # expr: vault_core_handle_request{quantile="0.5", namespace="mynamespace"} > 1000 - # for: 5m + # for: 10m # labels: # severity: critical