diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt
index 6eaaee66..6dc4d11a 100644
--- a/ayanova/devdocs/todo.txt
+++ b/ayanova/devdocs/todo.txt
@@ -7,14 +7,7 @@ WIFI change 5g channel to 44 and 2g channel to 8
https://www.datadoghq.com/blog/monitoring-101-collecting-data/
todo: OPS view metrics
- combined timescale thing is fucked
- it can only ever work if the individual items have x and y coords
- my naive guess way of doing it doesn't work becuase it just plots the points in the same place which is clearly wrong as they come from different points in time
- depending on how the ds algorithm picked them out
- I need to have a full time scale for all still, but then x,y for each item
- https://stackoverflow.com/questions/38101859/chart-js-line-chart-with-different-labels-for-each-dataset/39406697#39406697
- colourblind need alternate styles
Figure out what metrics to add to find bottlenecks and creeping issues and add them
Am I running out of
Disk space
@@ -46,7 +39,8 @@ todo: OPS view metrics
BANDWIDTH (PUBLIC)
-
+todo: document how to use chart as it's not all obvious
+ i.e. can hover, can hide line by clicking on legend etc
todo: Touch errors during development with vuetify, figure it out it's getting in the way
diff --git a/ayanova/src/views/ops-metrics.vue b/ayanova/src/views/ops-metrics.vue
index a03d34b3..2788178c 100644
--- a/ayanova/src/views/ops-metrics.vue
+++ b/ayanova/src/views/ops-metrics.vue
@@ -13,7 +13,7 @@
fa-sync
- {{ $vuetify.breakpoint.name }}
+
@@ -256,7 +256,7 @@ export default {
default:
max = 200;
}
-
+
let url =
"server-metric?maxRecords=" +
max +