Hi,
I have one instance of node_exporter is running on my machine. I have
enabled it to collect filesystem,netstat,netdev metrics.
curl
http://pm:9090/api/v1/label/device/values
{"status":"success","data":["/dev/mapper/VG_System-diagnostics","/dev/mapper/VG_Log",
"Bridge","Ethernet1","Ethernet10","Ethernet11"]}
when I query for the values of device label i get filesystem devices
and also network devices. Is there any way to change the device label
for netstat or filesystem metrics, so that I query separately with
different label names to get filesystem and network devices.
Please suggest me on this.
Thanks,
Rajesh Dasari.