Wrong function in docs (#4180)
sum() function has an incorrect example. Pointed out by community user : https://community.influxdata.com/t/sum-function-documentation/25631pull/4160/head^2
parent
b93e8161b2
commit
5cd87a623e
|
@ -63,7 +63,7 @@ Input data. Default is piped-forward data (`<-`).
|
||||||
import "sampledata"
|
import "sampledata"
|
||||||
|
|
||||||
sampledata.int()
|
sampledata.int()
|
||||||
|> stddev()
|
|> sum()
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -94,12 +94,13 @@ sampledata.int()
|
||||||
#### Output data
|
#### Output data
|
||||||
|
|
||||||
| *tag | _value |
|
| *tag | _value |
|
||||||
| ---- | ----------------- |
|
| ---- | ------- |
|
||||||
| t1 | 7.063993204979744 |
|
| t1 | 51 |
|
||||||
|
|
||||||
| *tag | _value |
|
| *tag | _value |
|
||||||
| ---- | ----------------- |
|
| ---- | ------- |
|
||||||
| t2 | 9.474527252938094 |
|
| t2 | 53 |
|
||||||
|
|
||||||
|
|
||||||
{{% /expand %}}
|
{{% /expand %}}
|
||||||
{{< /expand-wrapper >}}
|
{{< /expand-wrapper >}}
|
||||||
|
|
Loading…
Reference in New Issue