<div dir="ltr">Hi everyone,<br><br>I'm currently building some monitoring pages for our Openstack platform.<br>To do so I leverage collectd with collectd-virt plugin and write_prometheus<br>plugin.<br><br>Everything is fine, I'm receiving all metrics and I'm able to graph them<br>from Grafana using prometheus as our datasource.<br><br>The only issue that I'm facing is to manipulate those metrics.<br>Our platform is CentOS 8 based and uses Collectd 5.11 provided by CentOS.<br><br>The first issue that I've got is that few metrics labels exposed to<br>prometheus aren't listed in here or are having a different name (We do not<br>relabeled them yet): <a href="https://collectd.org/wiki/index.php/Plugin:virt">https://collectd.org/wiki/index.php/Plugin:virt</a><br><br>The second issue that I face is to find out the appropriate unit type of<br>those metrics as, yes, I've the data type, but are those float and int<br>expressing ms? ns? ms/s? time since epoch? or something else?<br><br>Here are the problematic metrics:<br>collectd_virt_virt_cpu_total_total - prometheus type counter<br>collectd_virt_ps_cputime_user_total - prometheus type counter<br>collectd_virt_ps_cputime_syst_total - prometheus type counter<br><br>Subsidiary question:<br>Is there any way to get the vm internal memory usage?<br>Because within the wiki page there is memory-rss etc but our collectd with<br>collectd-virt plugin is just exposing allocated memory.<br><br>Additional information:<br>OS Version: CentOS 8.4.2105<br>Kernel: 4.18.0-305.7.1<br>Collectd: 5.11.0-2<br>Collectd-virt: 5.11.0-2<br>Collectd-write_prometheus: 5.11.0-2<br><br>Feel free to tell me if I missed something important.<br>Cheers!</div>