From b8d7d845af12d78a2aeaec8bb1a481cbcb530036 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sun, 24 May 2020 23:11:03 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 5ccbd896..e0bf1bc1 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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)