Hello,
I am running custom SQL query on Zabbix and trying to create dashboard in Grafana .
The value is like that -
: Value1 (String)
: Value 2 (string)
: Value 3 (numeric)
I want to operate below operation -
basically replace name of key3 to value1 + Value2
Is it possible to do it in Grafana ?
Thank You