Grafana version - v7.5.3
I have two “custom” variables -
env
- has following values: test,prod
instanceidtest
- someid
instanceidprod
- anotherid
JSON example:
“targets”: [
{
"alias": "cpu",
"dimensions": {
"InstanceId": "$instanceid${env}"
},
I want to template variable in another variable something like this - $instanceid${env} to become $instancetest