diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 4040fe70..9e7274a6 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -8,11 +8,6 @@ WIFI change 5g channel to 52,56,60 and 2g channel to 8 - -todo: profiler - Try out the hella big debug option, if it looks useful then - Add a boot switch to turn on the hella big debug option or do it from the turn on and off route as well? - todo: Profiling Go over profiling and unit tests, see where there are obvious issues and bottlenecks now that I have the data Block licensing related queries and view and auth from profile @@ -23,6 +18,11 @@ todo: Metrics, determine what else is needed for the basic graphing metrics, don Look at pgadmin stats and see what is useful there Other...bottlenecks potential..Bueller... + +todo: metrics page not localized "storage" etc +todo: remove metrics item1 if don't come up with something to go there + put the cpu first it is useful to see right away + todo: remove search option from metrics / logs etc as it implies you can search those things and you can't todo: document how to use chart as it's not all obvious diff --git a/ayanova/src/views/ops-metrics.vue b/ayanova/src/views/ops-metrics.vue index cdc9266f..35523797 100644 --- a/ayanova/src/views/ops-metrics.vue +++ b/ayanova/src/views/ops-metrics.vue @@ -15,10 +15,37 @@ + cpu & memory ITEM1 storage - cpu & memory + + + + + + + + + + + + + + + + + + @@ -46,33 +73,6 @@ - - - - - - - - - - - - - - - - - - @@ -141,7 +141,7 @@ export default { dateFilterTokens: [] }, lastFetchBreakPoint: null, - tab: 2, + tab: 0, formState: { ready: false, loading: false, @@ -440,11 +440,13 @@ export default { function tabIndexToRoute(tabIndex) { switch (tabIndex) { case 0: - return "ITEM1"; - case 1: - return "storage"; - case 2: return "memcpu"; + + case 1: + return "ITEM1"; + + case 2: + return "storage"; } } //////////////////////