Alerting message description #9444
Unanswered
wangan0915
asked this question in
Q&A
Replies: 1 comment 4 replies
-
|
Read the latest doc, https://skywalking.apache.org/docs/main/latest/en/setup/backend/backend-alarm/#individual-rules. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
rules:
Rule unique name, must be ended with
_rule.service_resp_time_rule:
metrics-name: service_resp_time
op: ">"
threshold: 1000
period: 10
count: 3
silence-period: 5
message: Response time of service {name} is more than 1000ms in 3 minutes of last 10 minutes.
question: look at message content, i dont understant why using "3 minutes" instead of "3 times".
Beta Was this translation helpful? Give feedback.
All reactions