grafana-datasource
grafana-datasource copied to clipboard
Some less used Aggregations are breaking QueryBuilder
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:
If you use supported aggregation (avg) it will be ok:
And median is indeed Aggregate Function but I believe it's missing in lazer-metricsql