Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PWX-38379 [test-fix] change pool and volume resize alerts from warning to info #1618

Merged
merged 1 commit into from
Aug 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions drivers/storage/portworx/testspec/prometheusRule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ spec:
expr: px_alerts_poolexpandsuccessful > 1
labels:
issue: Portworx pool expand successful.
severity: warning
severity: info
resource_type: portworx-node
resource_name: "{{$labels.node}}"
scrape_target_type: portworx-node
Expand All @@ -231,7 +231,7 @@ spec:
expr: px_alerts_volumeresizesuccessful == 1
labels:
issue: Portworx volume resize successful.
severity: warning
severity: info
resource_type: portworx-volume
resource_name: "{{$labels.volumeid}}"
scrape_target_type: portworx-node
Expand Down
Loading