-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[vSphere][datastore] Add additional metrics (#40441)
* add data collection * update changelog * update datacollection * update fields.yml * update test files * update field discriptions * address review comments * address review comments * address review commetns * update fields * update usint test * address review comments * update data_test file * update unit test * address review comments * update fields.asci * address review comments * update data_test file * update go.mod file * update NOTICE.txt * address review comment * address review comments * mage update * address review comments * Address review comments --------- Co-authored-by: Niraj Rathod <[email protected]>
- Loading branch information
1 parent
ee678f1
commit 94ca509
Showing
9 changed files
with
597 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,64 @@ | ||
{ | ||
"@timestamp": "2017-10-12T08:05:34.853Z", | ||
"event": { | ||
"dataset": "vsphere.datastore", | ||
"duration": 115000, | ||
"module": "vsphere" | ||
}, | ||
"metricset": { | ||
"name": "datastore", | ||
"period": 10000 | ||
}, | ||
"service": { | ||
"address": "127.0.0.1:33365", | ||
"type": "vsphere" | ||
}, | ||
"vsphere": { | ||
"datastore": { | ||
"capacity": { | ||
"free": { | ||
"bytes": 37120094208 | ||
"@timestamp": "2017-10-12T08:05:34.853Z", | ||
"event": { | ||
"dataset": "vsphere.datastore", | ||
"duration": 115000, | ||
"module": "vsphere" | ||
}, | ||
"metricset": { | ||
"name": "datastore", | ||
"period": 10000 | ||
}, | ||
"service": { | ||
"address": "127.0.0.1:33365", | ||
"type": "vsphere" | ||
}, | ||
"vsphere": { | ||
"datastore": { | ||
"iops": 0, | ||
"host": { | ||
"count": 1, | ||
"names": [ | ||
"DC3_H0" | ||
] | ||
}, | ||
"status": "green", | ||
"vm": { | ||
"count": 6, | ||
"names": [ | ||
"DC3_H0_VM0" | ||
] | ||
}, | ||
"capacity": { | ||
"free": { | ||
"bytes": 37120094208 | ||
}, | ||
"total": { | ||
"bytes": 74686664704 | ||
}, | ||
"used": { | ||
"bytes": 37566570496, | ||
"pct": 0.502988996026061 | ||
}, | ||
"read": { | ||
"bytes": 0, | ||
"latency": { | ||
"total": { | ||
"ms": 0 | ||
} | ||
} | ||
}, | ||
"total": { | ||
"bytes": 74686664704 | ||
}, | ||
"used": { | ||
"bytes": 37566570496, | ||
"pct": 0.502988996026061 | ||
"write": { | ||
"bytes": 337000, | ||
"latency": { | ||
"total": { | ||
"ms": 0 | ||
} | ||
} | ||
} | ||
}, | ||
"fstype": "local", | ||
"name": "LocalDS_0" | ||
} | ||
} | ||
}, | ||
"fstype": "local", | ||
"name": "LocalDS_0" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.