You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quietly truncate queries ranging into future (#532)
To fix#472
Grafana queries for current month/year would mostly fail due to
weekly tables not existing into future.
Fix is to detect end of time range is future and quietly change to now
Additionally if begin of time-range is future, then immediately return empty resultset
0 commit comments