-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
Description:
When switching to or from Classic query in a variable, the current query input gets cleared.
It would be helpful if Grafana preserved the previous expression - especially since Classic query
supports equivalent formats used in other types.
Example:
The following Label values
config:

is equivalent to this Classic query
expression:
label_values(flag{cluster="sandbox"}, job)
Why it matters
- Prevents accidental loss of query data.
- Makes switching query types seamless.
- Saves users from retyping queries manually.