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
Time series queries now support multiple value and multiple string columns.
The Kusto "time series" type created with the Kusto make-series operator is now supported.
Macros have been added so as not to conflict with Grafana's built-in query Macros: $__timeFrom, $__timeTo, and $__timeInterval.
Caching of Table and Time Series queries has been removed until backend plugins support caching.
Queries no longer have an ORDER by clause appended when there is not one, however if time series is unsorted there will be a warning in the query editor.