algenty/grafana-flowcharting

Unable to see complete column name having space

kranthikirang opened this issue · 1 comments

Query:

SELECT timeGroup(MEAS_DATE,$__interval) as Time, NODE_NAME as metric, ${KCI} as up FROM CORE_METRICS WHERE timeFilter(MEAS_DATE) and CLOUD_REGION_ID='${CLOUD_REGION}' and METRIC_NAME='CPU_UTIL%' and up is not NULL GROUP BY 1,2,3 ORDER BY 1

using a time-series wide query (using snowflake plugin) column names are being generated with a space between words.

image

while adding the rule we only see the first word

image