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
I would like to request a feature that allows the prometheus-pve-exporter to collect and export the "Notes" field of LXC containers and VMs from Proxmox VE.
Use Case
In Proxmox VE, each LXC container and virtual machine has a "Notes" field that users can utilize for documenting specific information about the instance, such as the purpose, configuration details, or operational notes. Exporting this information to Prometheus would be beneficial for maintaining an overview of various VMs/containers and their intended use.
Feature Request
Extend the current exporter to fetch the "Notes" field of each VM and LXC container.
Export this information as part of the Prometheus metrics, potentially as a label or a separate metric.
This feature would help in monitoring and correlating notes with other VM/container metrics in dashboards such as Grafana.
Example of Expected Output
For each LXC or VM, a metric like this could be exported:
pve_lxc_notes{id="101", name="container01"} "Backup container for database"
pve_vm_notes{id="200", name="vm02"} "Production web server"
This way, the notes could be exposed alongside other VM or LXC-related metrics.
Additional Notes
It would be helpful if this feature respects any privacy/security concerns around the notes field, with options to enable/disable the export of this information.
Support for fetching notes for both LXC containers and QEMU virtual machines is requested.
The text was updated successfully, but these errors were encountered:
From the issue summary, I gather that this information is supposed to be displayed in grafana. Did you explore annotations as a way to record and display additional context information?
I would like to request a feature that allows the
prometheus-pve-exporter
to collect and export the "Notes" field of LXC containers and VMs from Proxmox VE.Use Case
In Proxmox VE, each LXC container and virtual machine has a "Notes" field that users can utilize for documenting specific information about the instance, such as the purpose, configuration details, or operational notes. Exporting this information to Prometheus would be beneficial for maintaining an overview of various VMs/containers and their intended use.
Feature Request
Example of Expected Output
For each LXC or VM, a metric like this could be exported:
This way, the notes could be exposed alongside other VM or LXC-related metrics.
Additional Notes
The text was updated successfully, but these errors were encountered: