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

Commit

Permalink
Merge pull request #163 from doitintl/readme_updates
Browse files Browse the repository at this point in the history
Docs update
  • Loading branch information
avivl authored Nov 5, 2019
2 parents 37b0d36 + dcc4642 commit 848cd4b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
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

0 comments on commit 848cd4b

Please sign in to comment.