From 7e34aa988d706bb7614e0bf08862d4009d6c6589 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Willian=20C=C3=A9sar?= <7793624+willianccs@users.noreply.github.com> Date: Thu, 30 Jan 2025 13:22:24 -0300 Subject: [PATCH] Update resilience4j/assets/monitors/circuitbreaker_state_open.json Co-authored-by: Ursula Chen <58821586+urseberry@users.noreply.github.com> --- resilience4j/assets/monitors/circuitbreaker_state_open.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resilience4j/assets/monitors/circuitbreaker_state_open.json b/resilience4j/assets/monitors/circuitbreaker_state_open.json index e8be837c8..bedc16f04 100644 --- a/resilience4j/assets/monitors/circuitbreaker_state_open.json +++ b/resilience4j/assets/monitors/circuitbreaker_state_open.json @@ -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**.",