You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
telegraf always return wrong value (100) from counter "Hyper-V Hypervisor Virtual Processor(*)\CPU Wait Time Per Dispatch"
Relevant telegraf.conf:
default config
[[inputs.win_perf_counters.object]]
ObjectName = "Hyper-V Hypervisor Virtual Processor"
Counters = ["% Guest Run Time","% Hypervisor Run Time","% Total Run Time","CPU Wait Time Per Dispatch"]
Instances = ["*"]
Measurement = "hyperv_vcpu"
IncludeTotal=false
System info:
telegraf 0.13.1
telegraf 1.0.0 beta3
OS: Windows server 2012 R2, hyper-v role installed.
Steps to reproduce:
try to collect data from counters "Hyper-V Hypervisor Virtual Processor()\CPU Wait Time Per Dispatch" or "Hyper-V Hypervisor Root Virtual Processor()\CPU Wait Time Per Dispatch"
Expected behavior:
should return the correct value
Actual behavior:
telegraf always return "100"
The text was updated successfully, but these errors were encountered:
Bug report
telegraf always return wrong value (100) from counter "Hyper-V Hypervisor Virtual Processor(*)\CPU Wait Time Per Dispatch"
Relevant telegraf.conf:
default config
[[inputs.win_perf_counters.object]]
ObjectName = "Hyper-V Hypervisor Virtual Processor"
Counters = ["% Guest Run Time","% Hypervisor Run Time","% Total Run Time","CPU Wait Time Per Dispatch"]
Instances = ["*"]
Measurement = "hyperv_vcpu"
IncludeTotal=false
System info:
telegraf 0.13.1
telegraf 1.0.0 beta3
OS: Windows server 2012 R2, hyper-v role installed.
Steps to reproduce:
Expected behavior:
should return the correct value
Actual behavior:
telegraf always return "100"
The text was updated successfully, but these errors were encountered: