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
In the multiple query example the range has an error in the stop time, it is shown as range(start: -24h, stop: now), this returns an error. The correct form is , range(start: -24h, stop: now())
The text was updated successfully, but these errors were encountered:
In the multiple query example the range has an error in the stop time, it is shown as range(start: -24h, stop: now), this returns an error. The correct form is , range(start: -24h, stop: now())
The text was updated successfully, but these errors were encountered: