I have a strange setup where I need to add together the read rates of a number of the disks in a server.
Each of these queries works fine by itself, but when I add them with a plus sign I get "Empty Query Result"
irate(node_disk_read_bytes_total{instance="10.0.0.10:9100", device="sdc"}[1m]) + irate(node_disk_read_bytes_total{instance="10.0.0.10:9100", device="sdd"}[1m])
It may be important to note that I can't just sum all of the devices, I need to add only specific devices. I'm pretty new to this, but unfortunately, this seems to be one of those things that you can't google properly because of common words. Or maybe I just don't know the right question to ask.