This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<v-btn @click="getDataFromApi">
|
||||
<v-icon>fa-sync</v-icon>
|
||||
</v-btn>
|
||||
{{ $vuetify.breakpoint.name }}
|
||||
<!-- {{ $vuetify.breakpoint.name }} -->
|
||||
</v-col>
|
||||
<v-col cols="12" class="my-1">
|
||||
<v-sheet elevation="4">
|
||||
@@ -256,7 +256,7 @@ export default {
|
||||
default:
|
||||
max = 200;
|
||||
}
|
||||
|
||||
|
||||
let url =
|
||||
"server-metric?maxRecords=" +
|
||||
max +
|
||||
|
||||
Reference in New Issue
Block a user