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