yaroslav-gwit / HosterCore

🚀 Hoster: Empowering FreeBSD Virtualisation with Ease
https://docs.hoster-core.gateway-it.com/
Apache License 2.0
39 stars 0 forks source link

Expose `rctl` metrics for the live VMs and Jails using our Custom Node Exporter #105

Open yaroslav-gwit opened 10 months ago

yaroslav-gwit commented 10 months ago

There is this R*st-based project (R*st, because don't want to get in trouble with the famous foundation :smile:) that exposes rctl metrics for live FreeBSD jails: https://github.com/phyber/jail_exporter

Basically, I'll do the same thing using Go, but for bhyve VMs and Jails. I'll also add a one-time CLI flag to view the current metrics in your terminal (something like hoster vm metrics vmName and hoster jail metrics jailName).