This commit is contained in:
@@ -127,19 +127,19 @@ export default {
|
||||
: this.obj.metricMM.labels,
|
||||
datasets: [
|
||||
{
|
||||
label: "Allocated",
|
||||
label: "Allocated (MB)",
|
||||
borderColor: "green",
|
||||
fill: false,
|
||||
data: this.obj.metricMM.allocated
|
||||
},
|
||||
{
|
||||
label: "Working set",
|
||||
label: "Working set (MB)",
|
||||
borderColor: "blue",
|
||||
fill: false,
|
||||
data: this.obj.metricMM.workingSet
|
||||
},
|
||||
{
|
||||
label: "Private bytes",
|
||||
label: "Private (MB)",
|
||||
borderColor: "red",
|
||||
fill: false,
|
||||
data: this.obj.metricMM.privateBytes
|
||||
|
||||
Reference in New Issue
Block a user