Hi I really like your project but in order to make it work I had to update the go-libvirt version to make use of the libvirt.ConnectToURI()-function.
While doing this I started to refactor some of the longer functions and removed the log.fatalf()-calls, so the exporter can keep running in case some metric is not available.
If you do not like the refactoring just tell me and I will remove them but it would be nice to merge the updated go-libvirt package.
Hi I really like your project but in order to make it work I had to update the go-libvirt version to make use of the
libvirt.ConnectToURI()
-function. While doing this I started to refactor some of the longer functions and removed thelog.fatalf()
-calls, so the exporter can keep running in case some metric is not available. If you do not like the refactoring just tell me and I will remove them but it would be nice to merge the updated go-libvirt package.