Unable to see complete column name having space
kranthikirang opened this issue · 1 comments
kranthikirang commented
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.
while adding the rule we only see the first word
kranthikirang commented
closing with grafana/grafana#56312