This commit is contained in:
@@ -85,10 +85,22 @@ export default {
|
||||
labels: this.obj.metricMM.labels,
|
||||
datasets: [
|
||||
{
|
||||
label: "Memory allocated",
|
||||
label: "Allocated",
|
||||
borderColor: "green",
|
||||
fill: false,
|
||||
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