You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What we have found is that it's writing the
{ "Metric": "virtualDisk.write.average", "Instances": "" }
{ "Metric": "virtualDisk.write.average", "Instances": "" }
to the virtuanmachine object instance in influx
but the rest as well as the above 2 are being written to a new object call virtualDisk
all these stats are part of the vCenter API metrics.
We have add virtualDisk stats to the json file, and it's part correctly pulling data through
We add them to the Virtual Machine Object
{ "Metric": "virtualDisk.write.average", "Instances": "" }
{ "Metric": "virtualDisk.totalReadLatency.average", "Instances": "" },
{ "Metric": "virtualDisk.totalWriteLatency.average", "Instances": "" },
{ "Metric": "virtualDisk.write.average", "Instances": "" }
]
},
What we have found is that it's writing the
{ "Metric": "virtualDisk.write.average", "Instances": "" }
{ "Metric": "virtualDisk.write.average", "Instances": "" }
to the virtuanmachine object instance in influx
but the rest as well as the above 2 are being written to a new object call virtualDisk
all these stats are part of the vCenter API metrics.
http://tinypic.com/r/2gsfudw/9
http://tinypic.com/r/29nz69t/9
Any help would be appreciated
The text was updated successfully, but these errors were encountered: