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

Collect io limits for ide, sata, scsi, virtio #113

Closed
wants to merge 3 commits into from
Closed

Collect io limits for ide, sata, scsi, virtio #113

wants to merge 3 commits into from

Conversation

grin31
Copy link

@grin31 grin31 commented Jun 5, 2022

add IoLimitCollector class scrape limits settings for qemu VM
labels:
['id', 'node', 'type', 'device', 'device_name']
example:

# HELP pve_mbps_wr Proxmox vm config mbps_wr
# TYPE pve_mbps_wr gauge
pve_mbps_wr{device="virtio",device_name="virtio0",id="qemu/100",node="pve01",type="qemu"} 20.0
# HELP pve_mbps_wr_max Proxmox vm config mbps_wr_max
# TYPE pve_mbps_wr_max gauge
pve_mbps_wr_max{device="virtio",device_name="virtio0",id="qemu/100",node="pve01",type="qemu"} 25.0
# HELP pve_iops_rd Proxmox vm config iops_rd
# TYPE pve_iops_rd gauge
pve_iops_rd{device="virtio",device_name="virtio1",id="qemu/100",node="pve01",type="qemu"} 1234.0
# HELP pve_mbps_rd Proxmox vm config mbps_rd
# TYPE pve_mbps_rd gauge
pve_mbps_rd{device="virtio",device_name="virtio0",id="qemu/102",node="pve01",type="qemu"} 13.0
# HELP pve_mbps_wr Proxmox vm config mbps_wr
# TYPE pve_mbps_wr gauge
pve_mbps_wr{device="virtio",device_name="virtio0",id="qemu/102",node="pve01",type="qemu"} 17.0

@grin31
Copy link
Author

grin31 commented Jun 8, 2022

resolves #115

@znerol
Copy link
Member

znerol commented Aug 2, 2023

Closed, see #156

@znerol znerol closed this Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants