I have a query in Grafana for templating (against Influx) which has a tag which key contains the $ character.
How can I escape $ to avoid its interpolation with the variable?
Query:
SHOW TAG VALUES FROM "exdemon-analysis" WITH KEY = "analyzed_metric.attributes.$owner"
"analyzed_metric.attributes.$owner" is the key, $owner should not be replaced.