Skip to content

Commit

Permalink
Add throughput metric
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah-witt committed Jun 2, 2023
1 parent c183383 commit 41933b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vsphere/datadog_checks/vsphere/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
'net.received.avg',
'net.transmitted.avg',
'net.usage.avg',
'net.throughput.usage.avg',
'power.energy.sum',
'power.power.avg',
'rescpu.actav1.latest',
Expand Down Expand Up @@ -319,6 +320,7 @@
'net.transmitted.avg',
'net.unknownProtos.sum',
'net.usage.avg',
'net.throughput.usage.avg',
'power.energy.sum',
'power.power.avg',
'power.powerCap.avg',
Expand Down
1 change: 1 addition & 0 deletions vsphere/metadata.csv
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ vsphere.net.received.avg,gauge,,kibibyte,second,Average rate at which data was r
vsphere.net.transmitted.avg,gauge,,kibibyte,second,Average rate at which data was transmitted during the interval. This represents the bandwidth of the network,0,vsphere,net transmitted avg,
vsphere.net.unknownProtos.sum,gauge,,kibibyte,second,Number of frames with unknown protocol received,0,vsphere,net unknownProtos sum,
vsphere.net.usage.avg,gauge,,kibibyte,second,Network utilization (combined transmit- and receive-rates),0,vsphere,net usage avg,
vsphere.net.throughput.usage.avg,gauge,,kibibyte,second,The current network bandwidth usage for the host.,0,vsphere,net throughput usage avg,
vsphere.network.received,rate,,kibibyte,,Number of kilobytes received by the host,-1,vsphere,net rx,
vsphere.network.transmitted,rate,,kibibyte,,Number of kilobytes transmitted by the host,-1,vsphere,net tx,
vsphere.power.energy.sum,gauge,,,,"Total energy (in joule) used since last stats reset.",-1,vsphere,power energy sum,
Expand Down

0 comments on commit 41933b5

Please sign in to comment.