Skip to content

Commit

Permalink
Fix formatting in granularities doc. (apache#3229)
Browse files Browse the repository at this point in the history
  • Loading branch information
gianm authored and fjy committed Jul 8, 2016
1 parent ea03906 commit 3ab4a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/querying/granularities.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It can be specified either as a string for simple granularities or as an object

Simple granularities are specified as a string and bucket timestamps by their UTC time (e.g., days start at 00:00 UTC).

Supported granularity strings are: `all`, `none`, `second`, minute`, `fifteen_minute`, `thirty_minute`, `hour`, `day`, `week`, `month`, `quarter` and `year`.
Supported granularity strings are: `all`, `none`, `second`, `minute`, `fifteen_minute`, `thirty_minute`, `hour`, `day`, `week`, `month`, `quarter` and `year`.

* `all` buckets everything into a single bucket
* `none` does not bucket data (it actually uses the granularity of the index - minimum here is `none` which means millisecond granularity). Using `none` in a [TimeseriesQuery](../querying/timeseriesquery.html) is currently not recommended (the system will try to generate 0 values for all milliseconds that didn’t exist, which is often a lot).
Expand Down

0 comments on commit 3ab4a4e

Please sign in to comment.