decentraland / decentraland/builder-server
Increase timeframe for alerts
- Dominant language
- TypeScript
- Stars
- 20
- Forks
- 17
- Avg merge
- 5d 8h
- Merged PRs (30d)
- 3
Description
## 🎉 Description
The current alarms systems is getting triggered according to a percentage of status codes responded in a period of time. As the period of time is pretty short and the alarm gets triggered by 4XXs, any user could trigger an alarm by performing unauthorized requests or trying to access some resource that doesn't exist.
To complete this task: increase the timeframe on which the metrics are computed to a higher interval of time to avoid false positives. We can also remove some 4XXs from the list that we could think of being not useful.
* [ ] 🐛 This is a bug report.
* [x] 📈 This is a feature request.
Contributor guide
Assessment
This issue has not been assessed yet.