avg_over_time might trigger aggregation operator '"sum"' without grouping
error at specified intervals
#13287
Labels
type/bug
Somehing is not working as expected
Describe the bug
Running
avg_over_time
query fails when run against certain intervals of timeOther functions
_over_time
seem to behave properly without failing.The job does not need to exist, no data is needed to reproduce the error. The problem is independent of the producer, collector or log format.
To Reproduce
Steps to reproduce the behavior:
avg_over_time({job="nojob/nojob"} | json | keep http_route, response_time | unwrap response_time [$__auto])
avg by (http_route) (avg_over_time({job="nojob/nojob"} |json | keep http_route, response_time | unwrap response_time [$__auto]))
aggregation operator '"sum"' without grouping
Payload:
Expected behavior
I expect values being returned, or empty if no data is found
Environment:
Screenshots, Promtail config, or terminal output
n/a
The text was updated successfully, but these errors were encountered: