Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hyperv: Added DataStore, Virtual SMB and Dynamic Memory Balancer metrics #1712

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

jkroepke
Copy link
Member

@jkroepke jkroepke commented Oct 31, 2024

Old New
windows_hyperv_vm_memory_added_total windows_hyperv_dynamic_memory_vm_added_bytes_total
windows_hyperv_vm_memory_pressure_average windows_hyperv_dynamic_memory_vm_pressure_average
windows_hyperv_vm_memory_pressure_current windows_hyperv_dynamic_memory_vm_pressure_current
windows_hyperv_vm_memory_physical_guest_visible windows_hyperv_dynamic_memory_vm_guest_available_bytes
windows_hyperv_vm_memory_pressure_maximum windows_hyperv_dynamic_memory_vm_pressure_maximum
windows_hyperv_vm_memory_add_operations_total windows_hyperv_dynamic_memory_vm_add_operations_total
windows_hyperv_vm_memory_remove_operations_total windows_hyperv_dynamic_memory_vm_remove_operations_total
windows_hyperv_vm_memory_pressure_minumim windows_hyperv_dynamic_memory_vm_pressure_minumim
windows_hyperv_vm_memory_physical windows_hyperv_dynamic_memory_vm_physical
windows_hyperv_vm_memory_removed_total windows_hyperv_dynamic_memory_vm_removed_bytes_total
- windows_hyperv_dynamic_memory_vm_guest_visible_physical_memory_bytes
Old New
windows_hyperv_vm_device_error_count windows_hyperv_virtual_storage_device_error_count_total
windows_hyperv_vm_device_queue_length windows_hyperv_virtual_storage_device_queue_length
windows_hyperv_vm_device_bytes_read windows_hyperv_virtual_storage_device_bytes_read
windows_hyperv_vm_device_operations_read windows_hyperv_virtual_storage_device_operations_read_total
windows_hyperv_vm_device_bytes_written windows_hyperv_virtual_storage_device_bytes_written
windows_hyperv_vm_device_operations_written windows_hyperv_virtual_storage_device_operations_written_total
- windows_hyperv_virtual_storage_device_latency_seconds
- windows_hyperv_virtual_storage_device_throughput
- windows_hyperv_virtual_storage_device_normalized_throughput
- windows_hyperv_virtual_storage_device_lower_queue_length
- windows_hyperv_virtual_storage_device_lower_latency_seconds
Old New
windows_hyperv_adapter_bytes_received windows_hyperv_virtual_network_adapter_received_bytes_total
windows_hyperv_adapter_bytes_sent windows_hyperv_virtual_network_adapter_sent_bytes_total
windows_hyperv_adapter_packets_incoming_dropped windows_hyperv_virtual_network_adapter_incoming_dropped_packets_total
windows_hyperv_adapter_packets_outgoing_dropped windows_hyperv_virtual_network_adapter_outgoing_dropped_packets_total
windows_hyperv_adapter_packets_received windows_hyperv_virtual_network_adapter_received_packets_total
windows_hyperv_adapter_packets_sent windows_hyperv_virtual_network_adapter_sent_packets_total
Old New
windows_hyperv_host_lp_guest_run_time_percent windows_hyperv_hypervisor_logical_processor_time_total
windows_hyperv_host_lp_hypervisor_run_time_percent windows_hyperv_hypervisor_logical_processor_time_total
windows_hyperv_host_lp_total_run_time_percent windows_hyperv_hypervisor_logical_processor_total_run_time_total
Old New
windows_hyperv_host_cpu_guest_run_time windows_hyperv_hypervisor_root_virtual_processor_time_total
windows_hyperv_host_cpu_hypervisor_run_time windows_hyperv_hypervisor_root_virtual_processor_time_total
windows_hyperv_host_cpu_remote_run_time windows_hyperv_hypervisor_root_virtual_processor_time_total
windows_hyperv_host_cpu_total_run_time windows_hyperv_hypervisor_root_virtual_processor_total_run_time_total
windows_hyperv_host_cpu_wait_time_per_dispatch_total windows_hyperv_hypervisor_root_virtual_cpu_wait_time_per_dispatch_total
Old New
windows_hyperv_vm_cpu_guest_run_time windows_hyperv_hypervisor_virtual_processor_time_total
windows_hyperv_vm_cpu_hypervisor_run_time windows_hyperv_hypervisor_virtual_processor_time_total
windows_hyperv_vm_cpu_remote_run_time windows_hyperv_hypervisor_virtual_processor_time_total
windows_hyperv_vm_cpu_total_run_time windows_hyperv_hypervisor_virtual_processor_total_run_time_total
windows_hyperv_vm_cpu_wait_time_per_dispatch_total windows_hyperv_hypervisor_virtual_processor_cpu_wait_time_per_dispatch_total
Old New
windows_hyperv_ethernet_bytes_dropped windows_hyperv_legacy_network_adapter_bytes_dropped_total
windows_hyperv_ethernet_bytes_received windows_hyperv_legacy_network_adapter_bytes_received_total
windows_hyperv_ethernet_bytes_sent windows_hyperv_legacy_network_adapter_bytes_sent_total
windows_hyperv_ethernet_frames_dropped windows_hyperv_legacy_network_adapter_frames_dropped_total
windows_hyperv_ethernet_frames_received windows_hyperv_legacy_network_adapter_frames_received_total
windows_hyperv_ethernet_frames_sent windows_hyperv_legacy_network_adapter_frames_sent_total

Signed-off-by: Jan-Otto Kröpke <[email protected]>
Signed-off-by: Jan-Otto Kröpke <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant