ylliX - Online Advertising Network
How to build GenAI mock server?

Sets variables in Grafana?


Is there a way to define a toggle variable that holds sets of variables?

eg a region switch that would have:

  • 'Europe': {ip: 'europe_ip', port: 'europe_port', service_name: 'europe_service_name'}
  • 'America': {ip: 'america_ip', port: 'america_host', service_name: 'america_service_name'}
  • 'Asia': {ip: 'asia_ip', port: 'asia_host', service_name: 'asia_service_name'}

where you’d have a dropdown for region with Europe, America, Asia at the top of the dashboard and then refer to these variable as $region.ip, $region.service_name etc

I can’t figure out how to do it, even using Custom variables



Source link

Leave a Reply

Your email address will not be published. Required fields are marked *