fix doc link

This commit is contained in:
Prajwal Tuladhar 2015-03-31 18:19:24 -04:00
parent 208e307915
commit def4cddfea
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Simple granularities are specified as a string and bucket timestamps by their UT
Supported granularity strings are: `all`, `none`, `minute`, `fifteen_minute`, `thirty_minute`, `hour` and `day`
* `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](TimeSeriesQuery.html) is currently not recommended (the system will try to generate 0 values for all milliseconds that didnt exist, which is often a lot).
* `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](TimeSeriesQuery.html) is currently not recommended (the system will try to generate 0 values for all milliseconds that didnt exist, which is often a lot).
### Duration Granularities