mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 07:19:17 +01:00
ExtendedPromQL.md: typo fix
parent
ef63e66a88
commit
a1873a823b
@ -50,5 +50,5 @@ Try these extensions on [an editable Grafana dashboard](http://play-grafana.vict
|
|||||||
- `sum2_over_time(m[d])` - returns sum of squares for all the `m` values over `d` duration.
|
- `sum2_over_time(m[d])` - returns sum of squares for all the `m` values over `d` duration.
|
||||||
- `sum2(q)` - returns a time series with sum of square values for each timestamp in `q`.
|
- `sum2(q)` - returns a time series with sum of square values for each timestamp in `q`.
|
||||||
- `geomean_over_time(m[d])` - returns [geomean](https://en.wikipedia.org/wiki/Geometric_mean) value for all the `m` value over `d` duration.
|
- `geomean_over_time(m[d])` - returns [geomean](https://en.wikipedia.org/wiki/Geometric_mean) value for all the `m` value over `d` duration.
|
||||||
- `geomean(q)` - returns a time seriws with [geomean](https://en.wikipedia.org/wiki/Geometric_mean) value for each timestamp in `q`.
|
- `geomean(q)` - returns a time series with [geomean](https://en.wikipedia.org/wiki/Geometric_mean) value for each timestamp in `q`.
|
||||||
- `rand()`, `rand_normal()` and `rand_exponential()` functions - for generating pseudo-random series with even, normal and exponential distribution.
|
- `rand()`, `rand_normal()` and `rand_exponential()` functions - for generating pseudo-random series with even, normal and exponential distribution.
|
||||||
|
Loading…
Reference in New Issue
Block a user