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 <jorge882@gmail.com>
This commit is contained in:
jorge882 2024-08-23 12:24:36 -05:00 committed by GitHub
parent ad8307d533
commit a6f8ccdfed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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