alberanid / pve2otelcol

collect logs from a Proxmox node and its LXC containers and send them to a OpenTelementry collector like Grafana Alloy / Loki
Apache License 2.0
2 stars 0 forks source link

Support for Qemu/KVM VMs #4

Open alberanid opened 2 weeks ago

alberanid commented 2 weeks ago

Besides LXCs, we also need to support Qemu/KVM VMs.

alberanid commented 1 week ago

code implemented (not tested), but not enabled at the moment.

Unfortunately qm exec VMID -- journalctl --follow will not produce an output stream like pct exec VMID -- journalctl --follow does, so we can't parse the logs in realtime.

Any help with this is welcome.