grafana-datasource icon indicating copy to clipboard operation
grafana-datasource copied to clipboard

Some less used Aggregations are breaking QueryBuilder

Open dg-nvm opened this issue 1 year ago • 0 comments

Some of the less used aggregations are missing like share or median, which means if you write query like this:

median by(cloud) (median_over_time(test{}[$__interval]))

it will break if you switch to CodeBuilder:

image

If you use supported aggregation (avg) it will be ok:

image

And median is indeed Aggregate Function but I believe it's missing in lazer-metricsql

dg-nvm avatar Apr 12 '24 15:04 dg-nvm