minor updates to quantile and skew docs

pull/132/head
Scott Anderson 2019-04-11 11:31:03 -06:00
parent b5cb1c7356
commit 2072178ebf
2 changed files with 4 additions and 3 deletions

View File

@ -72,7 +72,7 @@ _**Data type:** Float_
## Examples
###### Percentile as an aggregate
###### Quantile as an aggregate
```js
from(bucket: "telegraf/autogen")
|> range(start: -5m)
@ -86,7 +86,7 @@ from(bucket: "telegraf/autogen")
)
```
###### Percentile as a selector
###### Quantile as a selector
```js
from(bucket: "telegraf/autogen")
|> range(start: -5m)

View File

@ -22,7 +22,8 @@ skew(column: "_value")
## Parameters
### column
The column on which to operate. Defaults to `"_value"`.
The column on which to operate.
Defaults to `"_value"`.
_**Data type:** String_