Skip to content

cloudyd3/hyper-v-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hyper-v-exporter

Prometheus exporter for various Hyper-V metrics.

Installation

git clone https://github.com/cloudyd3/hyper-v-exporter.git
cd hyper-v-exporter
poetry install

WMI classes coverage

Priority: High

  • Win32_PerfFormattedData_VmmsVirtualMachineStats_HyperVVirtualMachineHealthSummary
  • Win32_PerfFormattedData_VidPerfProvider_HyperVVMVidPartition
  • Win32_PerfFormattedData_HvStats_HyperVHypervisor
  • Win32_PerfFormattedData_HvStats_HyperVHypervisorPartition
  • Win32_PerfFormattedData_HvStats_HyperVHypervisorRootPartition
  • Win32_PerfFormattedData_HvStats_HyperVHypervisorVirtualProcessor
  • Win32_PerfFormattedData_HvStats_HyperVHypervisorRootVirtualProcessor
  • Win32_PerfFormattedData_BalancerStats_HyperVDynamicMemoryVM
  • Win32_PerfFormattedData_BalancerStats_HyperVDynamicMemoryBalancer
  • Win32_PerfFormattedData_Counters_HyperVVirtualStorageDevice

Priority: Medium

  • Win32_PerfFormattedData_Counters_HyperVVirtualMachineBus
  • Win32_PerfFormattedData_EthernetPerfProvider_HyperVLegacyNetworkAdapter
  • Win32_PerfFormattedData_NvspNicStats_HyperVVirtualNetworkAdapter
  • Win32_PerfFormattedData_NvspPortStats_HyperVVirtualSwitchPort
  • Win32_PerfFormattedData_NvspSwitchProcStats_HyperVVirtualSwitchProcessor
  • Win32_PerfFormattedData_NvspSwitchStats_HyperVVirtualSwitch

Priority: Low

  • Win32_PerfFormattedData_Counters_HyperVDynamicMemoryIntegrationService
  • Win32_PerfFormattedData_GmoPerfProvider_HyperVVMSaveSnapshotandRestore
  • Win32_PerfFormattedData_HvStats_HyperVHypervisorLogicalProcessor
  • Win32_PerfFormattedData_HyperVReplicaStats_HyperVReplicaVM
  • Win32_PerfFormattedData_IdePerfProvider_HyperVVirtualIDEControllerEmulated
  • Win32_PerfFormattedData_LmPerfProvider_HyperVVMLiveMigration
  • Win32_PerfFormattedData_RemotePerfProvider_HyperVVMRemoting
  • Win32_PerfFormattedData_SvhdxFltPerfProvider_HyperVSharedVHDX
  • Win32_PerfFormattedData_VidPerfProvider_HyperVVMVidNumaNode

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GNU GPLv3

About

Prometheus exporter for various Hyper-V metrics.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages