Skip to content

Custom Formatting of Timeseries Query Type #788

@Jhors2

Description

@Jhors2

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions