Skip to content

Commit

Permalink
PWX-38379 change pool and volume resize alerts from warning to info
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh-px committed Aug 2, 2024
1 parent 327f7ef commit 8081f09
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 8081f09

Please sign in to comment.