mirror of
https://github.com/Oxalide/vsphere-influxdb-go.git
synced 2023-10-10 13:36:51 +02:00
"Change ResourcePool configuration "
This commit is contained in:
parent
7f61a40f1c
commit
781d50a12b
@ -65,10 +65,15 @@
|
|||||||
{ "Metric": "net.throughput.contention.summation", "Instances": "*" }
|
{ "Metric": "net.throughput.contention.summation", "Instances": "*" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{ "ObjectType": [ "ResourcePool" ],
|
{
|
||||||
|
"ObjectType": [ "ResourcePool" ],
|
||||||
"Definition": [
|
"Definition": [
|
||||||
{ "Metric": "cpu.usagemhz.average", "Instances": "*" },
|
{ "Metric": "cpu.usagemhz.average", "Instances": "*" },
|
||||||
{ "Metric": "mem.consumed.average", "Instances": "*" }
|
{ "Metric": "cpu.cpuentitlement.latest", "Instances": "*" },
|
||||||
|
{ "Metric": "mem.mementitlement.latest", "Instances": "*" },
|
||||||
|
{ "Metric": "mem.consumed.average", "Instances": "*" },
|
||||||
|
{ "Metric": "mem.granted.average", "Instances": "*" },
|
||||||
|
{ "Metric": "mem.active.average", "Instances": "*" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user