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

Commit

Permalink
Merge pull request #399 from fbtravi/Change-Grafana-connector
Browse files Browse the repository at this point in the history
Change grafana connector
  • Loading branch information
davidstanke authored Dec 9, 2022
2 parents 08e3cc7 + 53cd0fc commit 36fee32
Show file tree
Hide file tree
Showing 3 changed files with 274 additions and 240 deletions.
2 changes: 1 addition & 1 deletion dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ COPY dashboards.yaml /etc/grafana/provisioning/dashboards
COPY datasource.yaml /etc/grafana/provisioning/datasources

# Installing the BigQuery Plugin
RUN grafana-cli plugins install doitintl-bigquery-datasource
RUN grafana-cli plugins install grafana-bigquery-datasource
2 changes: 1 addition & 1 deletion dashboard/datasource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: 1

datasources:
- name: Google BigQuery
type: doitintl-bigquery-datasource
type: grafana-bigquery-datasource
access: proxy
isDefault: true
basicAuth: false
Expand Down
Loading

0 comments on commit 36fee32

Please sign in to comment.