Open aromeyer opened 2 years ago
Hello @zhangjianweibj what do you think about this PR ? 🙏
We at @inovex did create a fork from this exporter (https://github.com/inovex/prometheus-libvirt-exporter) an reworked some aspects of the exporter (https://github.com/inovex/prometheus-libvirt-exporter/compare/start_of_fork...v1.4.0).
We even submitted an issue to have prometheus-community adopt the exporter, see https://github.com/prometheus-community/community/issues/50
Add 3 metrics in order to get information about the size of domain block volumes (cover both local and ceph block (rdb) storage):
This work is just a proposal to merge here the work done in this project: https://github.com/shhui/prometheus-libvirt-exporter-1
Example of output (only for the new metrics):
I am a beginner in golang and I don't really now how to deals with dependencies. Sorry if I did something wrong.