Skip to content

Commit

Permalink
Merge pull request #15 from jorge882/patch-1
Browse files Browse the repository at this point in the history
Corrected Helm values.yaml file - prometheusRules
  • Loading branch information
JanMa authored Sep 3, 2024
2 parents ad8307d + a6f8ccd commit 540d8c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/openbao/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 540d8c5

Please sign in to comment.