Skip to content

Commit

Permalink
Re-wording throttling message
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcocenza committed Dec 18, 2024
1 parent d1d11e6 commit 4d96cc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/alert_rules/prometheus/prometheus_alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@

- "alert": "OpenSearchThrottling"
"annotations":
"message": "Cluster {{ $labels.cluster }} is throttling. Please optimize queries and indexing patterns or consider scale the application."
"message": "Cluster {{ $labels.cluster }} is throttling. Please review your indexing request rate, index lifecycle or consider scale the application."
"summary": "OpenSearch Indexing Throttle"
"expr": |
sum by (cluster) (opensearch_indices_indexing_is_throttled_bool) > 0
Expand All @@ -141,7 +141,7 @@

- "alert": "OpenSearchThrottlingTooLong"
"annotations":
"message": "Cluster {{ $labels.cluster }} is throttling for two hours. Please optimize queries and indexing patterns or consider scale the application."
"message": "Cluster {{ $labels.cluster }} is throttling for at least two hours. Please review your indexing request rate, index lifecycle or consider scale the application."
"summary": "OpenSearch Indexing Throttle too long"
"expr": |
sum by (cluster) (opensearch_indices_indexing_is_throttled_bool) > 0
Expand Down

0 comments on commit 4d96cc5

Please sign in to comment.