You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues 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
/status/alarm/rules, list all available rules.
/status/alarm/{rule-id}, outputs rules, and affected entities in memory
/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 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!
Search before asking
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
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 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?
Code of Conduct
The text was updated successfully, but these errors were encountered: