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 my Grafanalib code I set instant=True for my Loki Target, however in the generated dashboard the query is set to Range.
What happened?
The instant arg assigns the instant JSON value, but toggling between Instant and Range in the Grafana GUI changes between "queryType": "instant" and "queryType": "range"
What you expected to happen?
In my Grafanalib code I set instant=True for my Loki Target, however in the generated dashboard the query is set to Range.
What happened?
The instant arg assigns the instant JSON value, but toggling between
Instant
andRange
in the Grafana GUI changes between"queryType": "instant"
and"queryType": "range"
e.g.
How to reproduce it?
Create a Loki query and change
queryType
.My setup: Grafana v9.2.3
The text was updated successfully, but these errors were encountered: