Why is my query range being limited to 1hr?

I’m running Grafana Tempo+Prometheus locally, with backend storage set to local storage. Any time I attempt to do a query >1hr, I get an error:

Query error
range specified by start and end exceeds 1h1m0s.

I understand that if I was just missing older results it may be due to ingester or storage settings, but this seems to be limited in the query UI.

What do I need to do to get this to let me query larger ranges of time?

That’s a default max_duration:

Thanks. Not sure why I didn’t find that searching.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.