TLDR Victor has issues with Grafana plugin's 'group by' feature. Hengfei and omkar help troubleshoot, discovering the 'sql_mode' isn't working. A fix is implemented, but more issues arise.
Enable `SQL MODE` then you can use `group by`
I enabled SQL_MODE in grafana, but have : message.SearchSQLNotValid ( sql_mode=context, Query SQL does not supported [limit|offset|group by|having|join|union] )
omkar it looks `sql_mode` not working in Grafana. Can you check it?
Do you have a los old version of plug-in that work with group by?
Victor The issue regarding group by has been fixed. Please can you try now.
Hi, I testing the new version , in new panel if swich to SQL mode, send error
For grafana , do you have an example of query to graph with time series panel?, for example count group by some field?
Victor In plugin Explore is supported and we are working on dashboard panels.
Victor
Thu, 22 Jun 2023 05:05:48 UTCHi, for grafana plug-in , does support aggregations ? In grafana show error using group by.