wavesplatform / wavesplatform/nodemon
[FEATURE] Support replies chains for alerts.
@esuwu is already working on this.
Since May 25, 2023.
- Dominant language
- Go
- Stars
- 8
- Forks
- 0
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 7
Description
Аbstract
In current implementation each alert looks like a new alert. We can't understand is it new or not without reading and understanding it.
Motivation and Purposes
Alerts chains can help us to determine which alert is first in chain and when a problem has been appeared.
Specification
We have similar implementation with Resolved alerts type. I propose to scale this logic to any repeating alert.
Backwards Compatibility
To support backward compatibility we should send a regular alert message if we don't have an ID of previous alert in chain.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.