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.
@@ -124,11 +120,11 @@ If Grafana is running on a Google Compute Engine (GCE) virtual machine, it is po
124
120
125
121
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).
126
122
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:
129
125
1. The table you want to query from
130
126
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:
132
128
133
129
a. Macro $__timeFiler with last 7 days example:
134
130
```
@@ -149,13 +145,16 @@ The query builder provides a simple user-friendly interface to help you quickly
149
145
150
146
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
151
147
152
-
###Troubleshooting
148
+
###Troubleshooting
153
149
Viewing your Query
154
150
1. Use The Query Inspector located at the top of the query builder
0 commit comments