diff --git a/examples/compose-with-grafana/grafana/dashboards/rest-server.json b/examples/compose-with-grafana/grafana/dashboards/rest-server.json index 6db6163..eb8be5c 100644 --- a/examples/compose-with-grafana/grafana/dashboards/rest-server.json +++ b/examples/compose-with-grafana/grafana/dashboards/rest-server.json @@ -59,7 +59,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "${DS_PROMETHEUS-INFRA}", + "datasource": "prometheus", "fill": 1, "id": 1, "legend": { @@ -135,7 +135,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "${DS_PROMETHEUS-INFRA}", + "datasource": "prometheus", "fill": 1, "id": 4, "legend": { @@ -223,7 +223,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "${DS_PROMETHEUS-INFRA}", + "datasource": "prometheus", "fill": 1, "id": 2, "legend": { @@ -299,7 +299,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "${DS_PROMETHEUS-INFRA}", + "datasource": "prometheus", "fill": 1, "id": 5, "legend": { @@ -387,7 +387,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "${DS_PROMETHEUS-INFRA}", + "datasource": "prometheus", "fill": 1, "id": 3, "legend": { @@ -463,7 +463,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "${DS_PROMETHEUS-INFRA}", + "datasource": "prometheus", "fill": 1, "id": 6, "legend": { @@ -551,7 +551,7 @@ { "allValue": null, "current": {}, - "datasource": "${DS_PROMETHEUS-INFRA}", + "datasource": "prometheus", "hide": 0, "includeAll": false, "label": "Instance", diff --git a/examples/compose-with-grafana/grafana/provisioning/datasources/datasource.yml b/examples/compose-with-grafana/grafana/provisioning/datasources/datasource.yml index 86fd346..369ea61 100644 --- a/examples/compose-with-grafana/grafana/provisioning/datasources/datasource.yml +++ b/examples/compose-with-grafana/grafana/provisioning/datasources/datasource.yml @@ -6,3 +6,4 @@ datasources: access: proxy url: http://prometheus:9090 isDefault: true + uid: prometheus