Hello all1. In PromQL range query what step value is used if I don’t give step parameter?
2. Is there a way to determine for the given start and end dates, what is the step value I can give so it’s with the limit where query can handle?
E.g I used a query for last 30 days and I gave 1 min as step and it threw a limitation error. So wondering if there is a way I could know what step value is appropriate for the given period.