grafana/synthetic-monitoring-app

Queries won't work for long ranges

mem opened this issue · 1 comments

mem commented

As spotted by @peterschretlen, it looks like some dashboard panels hit a query limit of 768 hours, which is configured in mimir.

Looks like the problem is when the value for $__range is > 768h in a dashboard panel query, we get the error. For example:

rate(probe_all_duration_seconds_sum[$__range])

will work for a range value of 500hrs but not 1000hrs.

Internal conversation link

mem commented

This possibly needs rethinking some queries. There's a per-tenant limit in mimir that prevents range queries exceeding some length of time.