wu-sheng opened a new issue, #13010: URL: https://github.com/apache/skywalking/issues/13010
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar feature requirement. ### Description We are running alarm in memory, so, it is hard to review its runtime status, such as whether rules affected, which data is in memory windows. I plan to add these APIs to help this 1. /status/alarm/rules, list all available rules. 2. /status/alarm/{rule-id}, outputs rules, and affected entities in memory 3. /status/alarm/{rule-id}/{entity-name}, output rules with running context. ### Use case With the combination of 3 these APIs, we could debug alarm running context per oap node manually ### Related issues With this information, we could tell whether cluster coordinator runs as expected by manual check. We could add an extra segment of [cluster management](https://skywalking.apache.org/docs/main/next/en/setup/backend/backend-cluster/) called `check cluster scale` to use this API to check that. ### Are you willing to submit a pull request to implement this on your own? - [ ] Yes I am willing to submit a pull request on my own! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
