Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

virtualDisk stats not written correctly #91

Open
rolfbartels opened this issue Sep 3, 2018 · 0 comments
Open

virtualDisk stats not written correctly #91

rolfbartels opened this issue Sep 3, 2018 · 0 comments
Labels

Comments

@rolfbartels
Copy link

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

  "ObjectType": [ "VirtualMachine" ],
  "Definition": [
  { "Metric": "datastore.datastoreVMObservedLatency.latest", "Instances": "*" },
  { "Metric": "virtualDisk.numberReadAveraged.average", "Instances": "*" },
  { "Metric": "virtualDisk.numberWriteAveraged.average", "Instances": "*" },

{ "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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants