This commit is contained in:
2020-05-24 23:11:03 +00:00
parent 0d699f8989
commit b8d7d845af

View File

@@ -57,6 +57,21 @@ todo: OPS view metrics
BANDWIDTH? (maybe not practical)
Avg response time
ACTION:
Strip out app.metrics entirely, remove all trace
Add my own code to snapshot key values from
Implement as much of this as possible / practical
https://www.datadoghq.com/blog/monitoring-101-collecting-data/
Add routes to get stats
Add UI to view stats like D.O., simple, easy peasy
Add ISSUE triage:
When stats are gathered checks thresholds and might trigger some form of notification
No more than once per 24 hour period , don't want a scenario where a thousand notifications are sent pointlessly
Need PAGE / INSTANT OPS notification for emergency shit
Regular notification for non emergency but important to look at shit
Normal logging for logging level issues
todo: Administration - License
- view
- Erase all biz data (new route and command needed at back as currently it erases ops data as well I think)