You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 11, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -8,34 +8,34 @@
8
8
## Status: Production Ready
9
9
# BigQuery DataSource for Grafana
10
10
11
-
A BigQuery DataSource plugin provides support for [BigQuery](https://cloud.google.com/bigquery/) as a backend database.
11
+
A BigQuery DataSource plugin provides support for [BigQuery](https://cloud.google.com/bigquery/) as a backend database.
12
12
13
13
### Quick Start
14
-
There are multiple ways to install bigquery-grafana. See [INSTALL](https://raw.githubusercontent.com/doitintl/bigquery-grafana/master/INSTALL.md) for more information.
14
+
There are multiple ways to install bigquery-grafana. See [INSTALL](https://raw.githubusercontent.com/doitintl/bigquery-grafana/master/INSTALL.md) for more information.
15
15
16
16
### Features:
17
17
18
18
* Query setup
19
19
* Raw SQL editor
20
20
* Query formatting
21
-
* Macros support
21
+
* Macros support
22
22
* Additional functions
23
23
* Table view
24
24
* Annotations
25
25
* BQ queries in variables
26
26
* Sharded tables (`tablename_YYYYMMDD`)
27
27
* Partitioned Tables
28
28
* Granular slot allocation (Running queries in a project with flat-rate pricing)
29
-
29
+
30
30
### Limitations:
31
31
32
32
* Alerts are not yet supported due to [#6841](https://github.com/grafana/grafana/issues/6841)
Copy file name to clipboardExpand all lines: dist/README.md
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -8,34 +8,34 @@
8
8
## Status: Production Ready
9
9
# BigQuery DataSource for Grafana
10
10
11
-
A BigQuery DataSource plugin provides support for [BigQuery](https://cloud.google.com/bigquery/) as a backend database.
11
+
A BigQuery DataSource plugin provides support for [BigQuery](https://cloud.google.com/bigquery/) as a backend database.
12
12
13
13
### Quick Start
14
-
There are multiple ways to install bigquery-grafana. See [INSTALL](https://raw.githubusercontent.com/doitintl/bigquery-grafana/master/INSTALL.md) for more information.
14
+
There are multiple ways to install bigquery-grafana. See [INSTALL](https://raw.githubusercontent.com/doitintl/bigquery-grafana/master/INSTALL.md) for more information.
15
15
16
16
### Features:
17
17
18
18
* Query setup
19
19
* Raw SQL editor
20
20
* Query formatting
21
-
* Macros support
21
+
* Macros support
22
22
* Additional functions
23
23
* Table view
24
24
* Annotations
25
25
* BQ queries in variables
26
26
* Sharded tables (`tablename_YYYYMMDD`)
27
27
* Partitioned Tables
28
28
* Granular slot allocation (Running queries in a project with flat-rate pricing)
29
-
29
+
30
30
### Limitations:
31
31
32
32
* Alerts are not yet supported due to [#6841](https://github.com/grafana/grafana/issues/6841)
@@ -119,7 +119,7 @@ If Grafana is running on a Google Compute Engine (GCE) virtual machine, it is po
119
119
120
120
1. First of all, you need to create a Service Account that can be used by the GCE virtual machine. See detailed instructions on how to do that [here](https://cloud.google.com/compute/docs/access/create-enable-service-accounts-for-instances#createanewserviceaccount).
121
121
2. Make sure the GCE virtual machine instance is being run as the service account that you just created. See instructions [here](https://cloud.google.com/compute/docs/access/create-enable-service-accounts-for-instances#using).
122
-
3. Allow access to the `Stackdriver Monitoring API` scope. See instructions [here](changeserviceaccountandscopes).
122
+
3. Allow access to the `BigQuery API` scope. See instructions [here](changeserviceaccountandscopes).
123
123
124
124
Read more about creating and enabling service accounts for GCE VM instances [here](https://cloud.google.com/compute/docs/access/create-enable-service-accounts-for-instances).
0 commit comments