Failed to load explore view data
Describe the bug
I use s3 to store data,When I query the data of a certain day in the past, I get the following error:
To Reproduce
Steps to reproduce the behavior:
For the server configuration, I only changed the s3 storage part and limits: max_query_length: 30d
Expected behavior
A clear and concise description of what you expected to happen.
Environment
- Infrastructure: Kubernetes- Deployment tool: helm,
Additional Context
The scenario I often use is to trace back the performance data when an exception occurred in the past. I hope that it can be displayed well when querying the previous data. In addition to the configuration I modified, is there any other configuration that can help optimize the use of s3 storage?
Do you mind to share more details about your setup (version of helm chart/image version and helm values.yaml). Also related log messages you can see when this error happens.