Skip to content
This repository was archived by the owner on Dec 11, 2022. It is now read-only.

Commit 8033fe2

Browse files
authored
Merge pull request #93 from doitintl/issue-89
Fixes #89
2 parents a42afce + f3adbd8 commit 8033fe2

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,29 +64,29 @@ The following APIs need to be enabled first:
6464

6565
Click on the links above and click the `Enable` button:
6666

67-
![Enable GCP APIs](img/bigquery_enable_api.png)
67+
![Enable GCP APIs](https://raw.githubusercontent.com/doitintl/bigquery-grafana/master/img/bigquery_enable_api.png)
6868

6969
#### Create a GCP Service Account for a Project
7070

7171
1. Navigate to the [APIs & Services Credentials page](https://console.cloud.google.com/apis/credentials).
7272
2. Click on the `Create credentials` dropdown/button and choose the `Service account key` option.
7373

74-
![](img/createserviceaccountbutton.png)
74+
![](https://raw.githubusercontent.com/doitintl/bigquery-grafana/master/img/createserviceaccountbutton.png)
7575
3. On the `Create service account key` page, choose key type `JSON`. Then in the `Service Account` dropdown, choose the `New service account` option:
7676

77-
![](img/newserviceaccount.png)
77+
![](https://raw.githubusercontent.com/doitintl/bigquery-grafana/master/img/newserviceaccount.png)
7878

7979
4. Some new fields will appear. Fill in a name for the service account in the `Service account name` field and then choose the `Monitoring Viewer` role from the `Role` dropdown:
8080

81-
![](img/bq_service_account_choose_role.png)
81+
![](https://raw.githubusercontent.com/doitintl/bigquery-grafana/master/img/bq_service_account_choose_role.png)
8282
5. Click the Create button. A JSON key file will be created and downloaded to your computer. Store this file in a secure place as it allows access to your Stackdriver data.
8383
6. Upload it to Grafana on the datasource Configuration page. You can either upload the file or paste in the contents of the file.
8484

85-
![](img/bq__grafana_upload_key.png)
85+
![](https://raw.githubusercontent.com/doitintl/bigquery-grafana/master/img/bq__grafana_upload_key.png)
8686

8787
7. The file contents will be encrypted and saved in the Grafana database. Don't forget to save after uploading the file!
8888

89-
![](img/bq_grafana_key_uploaded.png)
89+
![](https://raw.githubusercontent.com/doitintl/bigquery-grafana/master/img/bq_grafana_key_uploaded.png)
9090

9191
### Using GCE Default Service Account
9292

dist/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,29 +64,29 @@ The following APIs need to be enabled first:
6464

6565
Click on the links above and click the `Enable` button:
6666

67-
![Enable GCP APIs](img/bigquery_enable_api.png)
67+
![Enable GCP APIs](https://raw.githubusercontent.com/doitintl/bigquery-grafana/master/img/bigquery_enable_api.png)
6868

6969
#### Create a GCP Service Account for a Project
7070

7171
1. Navigate to the [APIs & Services Credentials page](https://console.cloud.google.com/apis/credentials).
7272
2. Click on the `Create credentials` dropdown/button and choose the `Service account key` option.
7373

74-
![](img/createserviceaccountbutton.png)
74+
![](https://raw.githubusercontent.com/doitintl/bigquery-grafana/master/img/createserviceaccountbutton.png)
7575
3. On the `Create service account key` page, choose key type `JSON`. Then in the `Service Account` dropdown, choose the `New service account` option:
7676

77-
![](img/newserviceaccount.png)
77+
![](https://raw.githubusercontent.com/doitintl/bigquery-grafana/master/img/newserviceaccount.png)
7878

7979
4. Some new fields will appear. Fill in a name for the service account in the `Service account name` field and then choose the `Monitoring Viewer` role from the `Role` dropdown:
8080

81-
![](img/bq_service_account_choose_role.png)
81+
![](https://raw.githubusercontent.com/doitintl/bigquery-grafana/master/img/bq_service_account_choose_role.png)
8282
5. Click the Create button. A JSON key file will be created and downloaded to your computer. Store this file in a secure place as it allows access to your Stackdriver data.
8383
6. Upload it to Grafana on the datasource Configuration page. You can either upload the file or paste in the contents of the file.
8484

85-
![](img/bq__grafana_upload_key.png)
85+
![](https://raw.githubusercontent.com/doitintl/bigquery-grafana/master/img/bq__grafana_upload_key.png)
8686

8787
7. The file contents will be encrypted and saved in the Grafana database. Don't forget to save after uploading the file!
8888

89-
![](img/bq_grafana_key_uploaded.png)
89+
![](https://raw.githubusercontent.com/doitintl/bigquery-grafana/master/img/bq_grafana_key_uploaded.png)
9090

9191
### Using GCE Default Service Account
9292

0 commit comments

Comments
 (0)