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

Commit dcc4642

Browse files
committed
Docs update
1 parent 37b0d36 commit dcc4642

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ There are multiple ways to install bigquery-grafana. See [INSTALL](https://raw.g
1818
* Query setup
1919
* Raw SQL editor
2020
* Query formatting
21-
* Macros support
21+
* Macros support
2222
* Additional functions
2323
* Table view
2424
* Annotations
2525
* BQ queries in variables
2626
* Sharded tables (`tablename_YYYYMMDD`)
2727
* Partitioned Tables
28+
* Granular slot allocation (Running queries in a project with flat-rate pricing)
2829

2930
### Limitations:
3031

dist/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ There are multiple ways to install bigquery-grafana. See [INSTALL](https://raw.g
1818
* Query setup
1919
* Raw SQL editor
2020
* Query formatting
21-
* Macros support
21+
* Macros support
2222
* Additional functions
2323
* Table view
2424
* Annotations
2525
* BQ queries in variables
2626
* Sharded tables (`tablename_YYYYMMDD`)
2727
* Partitioned Tables
28+
* Granular slot allocation (Running queries in a project with flat-rate pricing)
2829

2930
### Limitations:
3031

dist/partials/query.editor.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@
191191
- $__timeTo(column) -&gt; column < '2017-04-21T05:01:17Z'
192192
- $__timeGroup(column,'5m') -&gt; (extract(epoch from column)/300)::bigint*300 AS "time"
193193
- $__timeShifting(1m) -&gt; compare data from the current range to the previous range
194-
194+
- $__millisTimeFrom(time) -> Translate time ito millis
195+
- __millisTimeTo(time) -> Translate time ito millis
195196

196197
Example of group by and order by with $__timeGroup:
197198
SELECT

src/partials/query.editor.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@
191191
- $__timeTo(column) -&gt; column < '2017-04-21T05:01:17Z'
192192
- $__timeGroup(column,'5m') -&gt; (extract(epoch from column)/300)::bigint*300 AS "time"
193193
- $__timeShifting(1m) -&gt; compare data from the current range to the previous range
194-
194+
- $__millisTimeFrom(time) -> Translate time ito millis
195+
- __millisTimeTo(time) -> Translate time ito millis
195196

196197
Example of group by and order by with $__timeGroup:
197198
SELECT

0 commit comments

Comments
 (0)