You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, each panel in the Grafana dashboard uses a hardcoded datasource uid of datasource. In our Grafana, we use Prometheus. This means that the dashboard doesn't work unless we manually modify each panel. If the dashboard used a variable instead and it didn't match our instance, we could simply pick from the dropdown.
The delivered Rancher dashboards use a template variable like this:
Currently, each panel in the Grafana dashboard uses a hardcoded datasource uid of
datasource
. In our Grafana, we usePrometheus
. This means that the dashboard doesn't work unless we manually modify each panel. If the dashboard used a variable instead and it didn't match our instance, we could simply pick from the dropdown.The delivered Rancher dashboards use a template variable like this:
Each panel then just references the
$datasource
variable.The text was updated successfully, but these errors were encountered: