metrics: make the memory y-unit scale more flexible
system memory is in GiB. app memory is usually in MiB
This commit is contained in:
@@ -131,7 +131,7 @@ onUnmounted(async () => {
|
||||
yscale="memory"
|
||||
:dataset-labels="['Memory', 'Swap']"
|
||||
:dataset-colors="['#9ad0f5', '#ffb1c1']"
|
||||
:memory="systemMemory"
|
||||
:memory="systemMemory.memory + systemMemory.swap"
|
||||
>
|
||||
</GraphItem>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user