Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[grafana] Improve dashboard variable substitution #3120

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

toanju
Copy link

@toanju toanju commented May 6, 2024

The Grafana dashboard variable syntax allows varnames without curly braces ($datasource and ${datasource}). A substitution can only be applied for the latter. This enables extended regular expressions for sed to allow both substitutions to take place to include dashboards that are written in either form.

@CLAassistant
Copy link

CLAassistant commented May 6, 2024

CLA assistant check
All committers have signed the CLA.

The Grafana dashboard variable syntax allows varnames without curly
braces ($datasource and ${datasource}). A substitution can only be
applied for the latter. This enables extended regular expressions for
sed to allow both substitutions to take place to include dashboards that
are written in either form.

Signed-off-by: Tobias Jungel <tobias.jungel@gmail.com>
@toanju toanju changed the title Improve dashboard variable substitution [grafana] Improve dashboard variable substitution May 8, 2024
Signed-off-by: Tobias Jungel <tobias.jungel@gmail.com>
zanhsieh and others added 2 commits May 10, 2024 15:21
Signed-off-by: Tobias Jungel <tobias.jungel@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants