Skip to content

Commit

Permalink
Update resilience4j/assets/monitors/circuitbreaker_state_open.json
Browse files Browse the repository at this point in the history
Co-authored-by: Ursula Chen <[email protected]>
  • Loading branch information
willianccs and urseberry authored Jan 30, 2025
1 parent 1b13979 commit 7e34aa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"description": "This monitor alerts when the Circuit Breaker state changes.",
"definition": {
"message": "The percentage of impacted services due to circuit breaker state is above 50%.\n\nService: {{name.name}}\n\nState: {{state.name}}",
"message": "More than 50% of services are impacted by the circuit breaker state.\n\nService: {{name.name}}\n\nState: {{state.name}}",
"name": "[Resilience4j] Circuit Breaker State Alert for {{name.name}} with state {{state.name}}",
"options": {
"escalation_message": "The circuit breaker `{{name.name}}` has been `{{state.name}}` for more than **30 minutes**.",
Expand Down

0 comments on commit 7e34aa9

Please sign in to comment.