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

Commit a3129dd

Browse files
committed
Fixes #54
1 parent 20b49df commit a3129dd

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

README.md

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

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

66-
![Enable GCP APIs](bigquery_enable_api.png)
66+
![Enable GCP APIs](img/bigquery_enable_api.png)
6767

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

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

73-
![](createserviceaccountbutton.png)
73+
![](img/createserviceaccountbutton.png)
7474
3. On the `Create service account key` page, choose key type `JSON`. Then in the `Service Account` dropdown, choose the `New service account` option:
7575

76-
![](newserviceaccount.png)
76+
![](img/newserviceaccount.png)
7777

7878
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:
7979

80-
![](bq_service_account_choose_role.png)
80+
![](img/bq_service_account_choose_role.png)
8181
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.
8282
6. Upload it to Grafana on the datasource Configuration page. You can either upload the file or paste in the contents of the file.
8383

84-
![](bq__grafana_upload_key.png)
84+
![](img/bq__grafana_upload_key.png)
8585

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

88-
![](bq_grafana_key_uploaded.png)
88+
![](img/bq_grafana_key_uploaded.png)
8989

9090
### Using GCE Default Service Account
9191

dist/README.md

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

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

66-
![Enable GCP APIs](bigquery_enable_api.png)
66+
![Enable GCP APIs](img/bigquery_enable_api.png)
6767

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

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

73-
![](createserviceaccountbutton.png)
73+
![](img/createserviceaccountbutton.png)
7474
3. On the `Create service account key` page, choose key type `JSON`. Then in the `Service Account` dropdown, choose the `New service account` option:
7575

76-
![](newserviceaccount.png)
76+
![](img/newserviceaccount.png)
7777

7878
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:
7979

80-
![](bq_service_account_choose_role.png)
80+
![](img/bq_service_account_choose_role.png)
8181
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.
8282
6. Upload it to Grafana on the datasource Configuration page. You can either upload the file or paste in the contents of the file.
8383

84-
![](bq__grafana_upload_key.png)
84+
![](img/bq__grafana_upload_key.png)
8585

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

88-
![](bq_grafana_key_uploaded.png)
88+
![](img/bq_grafana_key_uploaded.png)
8989

9090
### Using GCE Default Service Account
9191

0 commit comments

Comments
 (0)