-
-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
When using text variables in dashboard queries (e.g. ${filter}), users may enter special characters like \ or ". These result in invalid JSON and an empty one is sent to the backend, breaking the query.
Since Grafana doesn't automatically escape these values, users have to escape characters manually, which is error-prone and not user-friendly.
Suggestion: Could the plugin automatically apply JSON string escaping to interpolated variable values, or provide an option to sanitize input?
This would make the plugin more robust and reduce friction for dashboard users.
Thanks for the great tool!
Metadata
Metadata
Assignees
Labels
No labels