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.
To reproduce: Create a panel with $__timeGroup(hitTimestamp, 1m) for the grouping.
Expected: Queries with 1m $__interval draw at 1 minute intervals
Actual: Queries with 1m $interval are interpreted as 1 month (Source). Queries with 1min are interpreted as 1 minute.
Impact: This is prevents me from using $__interval very effectively, since it's common for the auto interval to be set to 1min.
Workaround: Force the min interval to 1h, so 1 minute is never encountered. This makes the data less useful, but way better than nothing!
The text was updated successfully, but these errors were encountered:
The macro helpers says that 5m is interpreted as 5 minutes so I think there is an issue there.
Quoting the value, as shown in the macro helpers, also breaks and lead to a zero value as interval.
To reproduce: Create a panel with $__timeGroup(hitTimestamp, 1m) for the grouping.
Expected: Queries with 1m $__interval draw at 1 minute intervals
Actual: Queries with 1m $interval are interpreted as 1 month (Source). Queries with 1min are interpreted as 1 minute.
Impact: This is prevents me from using $__interval very effectively, since it's common for the auto interval to be set to 1min.
Workaround: Force the min interval to 1h, so 1 minute is never encountered. This makes the data less useful, but way better than nothing!
The text was updated successfully, but these errors were encountered: