|
3 | 3 |
|
4 | 4 | ## Architecture |
5 | 5 |
|
6 | | - |
| 6 | + |
7 | 7 |
|
8 | 8 | ## Development |
9 | 9 |
|
@@ -73,20 +73,20 @@ Create a GCP Service Account for a Project |
73 | 73 |
|
74 | 74 | 1. Navigate to the `APIs & Services Credentials` page. |
75 | 75 | 2. Click on `Create credentials` and choose `Service account key`. |
76 | | - |
| 76 | + |
77 | 77 |
|
78 | | -3. On the Create service account key page, choose key type `JSON`. Then in the Service Account dropdown, choose the `New service account` option: |
79 | | - |
| 78 | +1. On the Create service account key page, choose key type `JSON`. Then in the Service Account dropdown, choose the `New service account` option: |
| 79 | + |
80 | 80 |
|
81 | | -4. Some new fields will appear. Fill in a name for the service account in the `Service account name` field and then choose the `BigQuery Data Viewer` and `BigQuery Job User` roles from the Role dropdown: |
82 | | - |
| 81 | +1. Some new fields will appear. Fill in a name for the service account in the `Service account name` field and then choose the `BigQuery Data Viewer` and `BigQuery Job User` roles from the Role dropdown: |
| 82 | + |
83 | 83 |
|
84 | | -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 BigQuery data. |
| 84 | +1. 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 BigQuery data. |
85 | 85 |
|
86 | | -6. Upload it to Grafana on the datasource Configuration page. You can either upload the file or paste in the contents of the file. |
87 | | - |
| 86 | +2. Upload it to Grafana on the datasource Configuration page. You can either upload the file or paste in the contents of the file. |
| 87 | + |
88 | 88 |
|
89 | | -7. The file contents will be encrypted and saved in the Grafana database. Don't forget to save after uploading the file! |
| 89 | +1. The file contents will be encrypted and saved in the Grafana database. Don't forget to save after uploading the file! |
90 | 90 |
|
91 | 91 | #### Creating Dashboards |
92 | 92 |
|
|
0 commit comments