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

Commit 4b2840d

Browse files
committed
Readme
1 parent 789bb4b commit 4b2840d

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ There are multiple ways to install bigquery-grafana. See [INSTALL](https://doiti
1818

1919
* Query setup
2020
* Raw SQL editor
21-
* Query formatting
21+
* Query builder
2222
* Macros support
2323
* Additional functions
2424
* Table view
@@ -28,10 +28,6 @@ There are multiple ways to install bigquery-grafana. See [INSTALL](https://doiti
2828
* Partitioned Tables
2929
* Granular slot allocation (Running queries in a project with flat-rate pricing)
3030

31-
### Limitations:
32-
33-
* Alerts are not yet supported due to [#6841](https://github.com/grafana/grafana/issues/6841)
34-
3531
**Plugin Demo:**
3632

3733
![plugin demo](https://raw.githubusercontent.com/doitintl/bigquery-grafana/master/img/grafana-bigquery-demo.gif)
@@ -124,11 +120,11 @@ If Grafana is running on a Google Compute Engine (GCE) virtual machine, it is po
124120

125121
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).
126122

127-
#### Using the Query Builder
128-
The query builder provides a simple user-friendly interface to help you quickly set up your query. The builder enables you to define the basic parts of your query, The common ones are:
123+
### Using the Query Builder
124+
The query builder provides a simple yet a user-friendly interface to help you quickly compose a query. The builder enables you to define the basic parts of your query, The common ones are:
129125
1. The table you want to query from
130126
2. The time field and metric field
131-
3. WHERE clause - You can use one of the pre-defined macros to speed your writing time or set up your own Expression. Existing Macros are:
127+
3. WHERE clause - Either use one of the pre-defined macros, to speed your writing time, or set up your own expression. Existing supported Macros are:
132128

133129
a. Macro $__timeFiler with last 7 days example:
134130
```
@@ -149,13 +145,16 @@ The query builder provides a simple user-friendly interface to help you quickly
149145

150146
Note: If your processing location is not the Default US one set your location from the processing Location drop-down at the top right bottom of the query builder
151147

152-
###Troubleshooting
148+
### Troubleshooting
153149
Viewing your Query
154150
1. Use The Query Inspector located at the top of the query builder
155-
151+
![](https://raw.githubusercontent.com/doitintl/bigquery-grafana/master/img/QueryInspector.png)
156152
2. The query Inspector enables you to see the clean query and troubleshoot SQL errors
157-
153+
![](https://raw.githubusercontent.com/doitintl/bigquery-grafana/master/img/InspectPanel.png)
158154
The Query builder comes with a set of defaults which are control from the top of the Query Builder
155+
![](https://raw.githubusercontent.com/doitintl/bigquery-grafana/master/img/QueryBuilder.png)
156+
157+
![](https://raw.githubusercontent.com/doitintl/bigquery-grafana/master/img/QueryOptions.png)
159158

160159
### Build
161160

0 commit comments

Comments
 (0)