We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently quite a few dashboards do not allow setting the datasource through a variable. Leading to the error
"Datasource ${DS_PROMETHEUS} was not found"
There is a long standing bug in grafana dashboard provisioning about this
The fix described here may be used to explicitly set a variable to select the datasource
The text was updated successfully, but these errors were encountered:
Migrate dashboards from angular panels/plugins
9cb2380
Ceph dashboards were simply updated from main, since migration was already done upstream. Some updates also fixed the missing datasource in issue 1163, so the remaining dashboards were fixed here as well. Part of osism/issues#1162 Part of osism/issues#1163 [1] https://grafana.com/docs/grafana/latest/developers/angular_deprecation/ Signed-off-by: Jan Horstmann <[email protected]>
Migrate dashboards from angular panels/plugins (#47)
41b7e64
No branches or pull requests
Currently quite a few dashboards do not allow setting the datasource through a variable.
Leading to the error
There is a long standing bug in grafana dashboard provisioning about this
The fix described here may be used to explicitly set a variable to select the datasource
The text was updated successfully, but these errors were encountered: