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:
parent
ad8307d533
commit
a6f8ccdfed
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue