I am looking to be able to custom format the "display name" on a timeseries data type. Changing this to "table" works as it surfaces the different column names as "fields" to match, however it seems that the timeseries type does not expose the individual fields to Grafana to be able to do this. Or am I missing something?
Specifically looking to be able to do:
${__field.labels.airport} - ${__field.labels.site}
From a query like:
SELECT time,airport,site FROM events WHERE $timeFilter GROUP BY 2,3