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
{{ message }}
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
I am using $__interval parameter in 'group by' section to change the level of aggregation from raw data to appropriate interval.
I have tried different time values of $__interval ( Interval in Query Options) and the issue exists only minutes. Seems like '2m' is treated like 2 months but not 2 minutes
Expected Behavior
time series aggregated by time interval
Actual Behavior
receiving "Data outside time range" error
Steps to Reproduce the Problem
1)Select time range so Interval in Query Options is equal to couple of minutes.
2)Use $__interval in group by section - time ($__interval, none)
Bug Report
I am using $__interval parameter in 'group by' section to change the level of aggregation from raw data to appropriate interval.
I have tried different time values of $__interval ( Interval in Query Options) and the issue exists only minutes. Seems like '2m' is treated like 2 months but not 2 minutes
Expected Behavior
time series aggregated by time interval
Actual Behavior
receiving "Data outside time range" error
Steps to Reproduce the Problem
1)Select time range so Interval in Query Options is equal to couple of minutes.
2)Use $__interval in group by section - time ($__interval, none)
Query inspector:
query_inspector_with_interval_issue.pdf
Attaching screenshots below
![Screen Shot 2020-08-19 at 3 09 42 PM](https://user-images.githubusercontent.com/14282832/90633788-5d026600-e22f-11ea-9835-27964dc852fc.png)
![Screen Shot 2020-08-19 at 3 10 00 PM](https://user-images.githubusercontent.com/14282832/90633794-5ffd5680-e22f-11ea-950b-e72120ba0b84.png)
Specifications
Thanks in advance.
The text was updated successfully, but these errors were encountered: