Skip to content

Commit

Permalink
update metadata.csv
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah-witt committed May 26, 2023
1 parent c96c5c1 commit c183383
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion vsphere/datadog_checks/vsphere/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@
'disk.used.latest',
}


# All metrics that can be collected from Datacenters.
DATACENTER_METRICS = {
'vmop.numChangeDS.latest',
Expand Down
5 changes: 5 additions & 0 deletions vsphere/metadata.csv
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ vsphere.cpu.usagemhz.avg,gauge,,megahertz,,"CPU usage, as measured in megahertz"
vsphere.cpu.used.sum,gauge,,millisecond,,"Time accounted to the virtual machine. If a system service runs on behalf of this virtual machine, the time spent by that service (represented by cpu.system) should be charged to this virtual machine. If not, the time spent (represented by cpu.overlap) should not be charged against this virtual machine.",0,vsphere,cpu used sum,
vsphere.cpu.utilization.avg,gauge,,percent,,CPU utilization as a percentage during the interval (CPU usage and CPU utilization might be different due to power management technologies or hyper-threading),-1,vsphere,cpu utilization avg,
vsphere.cpu.wait.sum,gauge,,millisecond,,"Total CPU time spent in wait state.The wait total includes time spent the CPU Idle, CPU Swap Wait, and CPU I/O Wait states.",0,vsphere,cpu wait sum,
vsphere.cpu.capacity.demand.avg,gauge,,megahertz,,"The amount of CPU resources a virtual machine would use if there were no CPU contention or CPU limit.",0,vsphere,cpu capacity demand avg,
vsphere.cpu.capacity.usage.avg,gauge,,megahertz,,"CPU usage as a percent during the interval.",0,vsphere,cpu capacity usage avg,
vsphere.cpu.capacity.contention.avg,gauge,,percent,,"Percent of time the virtual machine is unable to run because it is contending for access to the physical CPU(s).",0,vsphere,cpu capacity contention avg,
vsphere.datastore.busResets.sum,gauge,,command,,Number of SCSI-bus reset commands issued,0,vsphere,datastore busResets sum,
vsphere.datastore.commandsAborted.sum,gauge,,command,,Number of SCSI commands aborted,-1,vsphere,commandsAborted sum,
vsphere.datastore.datastoreIops.avg,gauge,,operation,second,Storage I/O Control aggregated IOPS,-1,vsphere,datastoreIops avg,
Expand Down Expand Up @@ -156,6 +159,8 @@ vsphere.mem.vmmemctltarget.avg,gauge,,kibibyte,,"Target value set by VMkernal fo
vsphere.mem.zero.avg,gauge,,kibibyte,,"Memory that contains 0s only. Included in shared amount. Through transparent page sharing, zero memory pages can be shared among virtual machines that run the same operating system",0,vsphere,mem zero avg,
vsphere.mem.zipSaved.latest,gauge,,kibibyte,,Memory saved due to memory zipping,0,vsphere,mem zipSaved latest,
vsphere.mem.zipped.latest,gauge,,kibibyte,,Memory zipped,0,vsphere,mem zipped latest,
vsphere.mem.capacity.usage.avg,gauge,,kilobyte,,"Amount of physical memory actively used.",0,vsphere,mem capacity usage avg,
vsphere.mem.capacity.contention.avg,gauge,,percent,,"Percentage of time VMs are waiting to access swapped, compressed or ballooned memory.",0,vsphere,mem capacity contention avg,
vsphere.net.broadcastRx.sum,gauge,,packet,,Number of broadcast packets received,0,vsphere,net broadcastRx sum,
vsphere.net.broadcastTx.sum,gauge,,packet,,Number of broadcast packets transmitted,0,vsphere,net broadcastTx sum,
vsphere.net.bytesRx.avg,gauge,,kibibyte,second,Average amount of data received per second,0,vsphere,net bytesRx avg,
Expand Down

0 comments on commit c183383

Please sign in to comment.