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

Docs update #163

Merged
merged 1 commit into from
Nov 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ There are multiple ways to install bigquery-grafana. See [INSTALL](https://raw.g
* Query setup
* Raw SQL editor
* Query formatting
* Macros support
* Macros support
* Additional functions
* Table view
* Annotations
* BQ queries in variables
* Sharded tables (`tablename_YYYYMMDD`)
* Partitioned Tables
* Granular slot allocation (Running queries in a project with flat-rate pricing)

### Limitations:

Expand Down
3 changes: 2 additions & 1 deletion dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ There are multiple ways to install bigquery-grafana. See [INSTALL](https://raw.g
* Query setup
* Raw SQL editor
* Query formatting
* Macros support
* Macros support
* Additional functions
* Table view
* Annotations
* BQ queries in variables
* Sharded tables (`tablename_YYYYMMDD`)
* Partitioned Tables
* Granular slot allocation (Running queries in a project with flat-rate pricing)

### Limitations:

Expand Down
3 changes: 2 additions & 1 deletion dist/partials/query.editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@
- $__timeTo(column) -&gt; column < '2017-04-21T05:01:17Z'
- $__timeGroup(column,'5m') -&gt; (extract(epoch from column)/300)::bigint*300 AS "time"
- $__timeShifting(1m) -&gt; compare data from the current range to the previous range

- $__millisTimeFrom(time) -> Translate time ito millis
- __millisTimeTo(time) -> Translate time ito millis

Example of group by and order by with $__timeGroup:
SELECT
Expand Down
3 changes: 2 additions & 1 deletion src/partials/query.editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@
- $__timeTo(column) -&gt; column < '2017-04-21T05:01:17Z'
- $__timeGroup(column,'5m') -&gt; (extract(epoch from column)/300)::bigint*300 AS "time"
- $__timeShifting(1m) -&gt; compare data from the current range to the previous range

- $__millisTimeFrom(time) -> Translate time ito millis
- __millisTimeTo(time) -> Translate time ito millis

Example of group by and order by with $__timeGroup:
SELECT
Expand Down