Simon Podlipsky
Simon Podlipsky
Let's recreate the PR for start
I have no personal experience with TF but PR is welcome. Can be added to `docs/` with some disclaimer.
Can you try with latest https://github.com/simPod/GrafanaJsonDatasource 0.7.x branch?
You can just checkout this repo into the grafana plugin folder and run `yarn` `yarn run build` commands.
Maybe try: `"raw_filter":${raw_filter}` or `"raw_filter":"${raw_filter:doublequote}"` but I'm guessing a bit now
Currently I'm on "vacations" for 2M and have no time for OSS. I'll be able to take a look in August possibly.
Now I see. You're talking about the payload in the panel. The variables sent in `scopedVars` are escaped. That's because we can process each variable individually. However, when we define...
@aytao thank you for investigation. PR would be welcome > I really cannot come with any use case where it would intended behavior to parse interpolated values as JSON just...
I tried using `allowsCustomValue` with controlled autocomplete and it seems to do basically nothing since I cannot enter custom value at all. I'd say it's related to the bug described...
Thanks, just did not notice that basic stuff, u were faster 🙃 fixed.