I read 2 uint16 values via modbus_exporter and get them into prometheus correctly.
Now I need to combine these two values (lower and higher word …) and calculate the value of the whole 32bit-register (sorry if I mix up terms here …).
I assume I can do that inside grafana via a transformation operation? How can I do that?
help appreciated … thanks in advance.