Hi
I am using Grafana with influx data. I ran the following query to get the total number of alerts in my app. Now I want to display this alert count with the custom field name, not sure hot to do that in grafana.
Query: SELECT SUM(“LPAS”) AS “Total Count” FROM (SELECT sum(“events”) AS “LPAS” FROM “event_data” WHERE “alert” =~ /Applicaton_Perf_LPAS*/ AND $timeFilter GROUP BY “alert”)
in please of time, can I show a custom caption: Applicaton_Perf_LPAS