Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 36fee32

Browse files
authored
Merge pull request #399 from fbtravi/Change-Grafana-connector
Change grafana connector
2 parents 08e3cc7 + 53cd0fc commit 36fee32

File tree

3 files changed

+274
-240
lines changed

3 files changed

+274
-240
lines changed

dashboard/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ COPY dashboards.yaml /etc/grafana/provisioning/dashboards
3232
COPY datasource.yaml /etc/grafana/provisioning/datasources
3333

3434
# Installing the BigQuery Plugin
35-
RUN grafana-cli plugins install doitintl-bigquery-datasource
35+
RUN grafana-cli plugins install grafana-bigquery-datasource

dashboard/datasource.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ apiVersion: 1
1616

1717
datasources:
1818
- name: Google BigQuery
19-
type: doitintl-bigquery-datasource
19+
type: grafana-bigquery-datasource
2020
access: proxy
2121
isDefault: true
2222
basicAuth: false

0 commit comments

Comments
 (0)