From a1873a823ba49036b0873b4ca5b26b520cac427c Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Tue, 2 Jul 2019 14:48:41 +0300 Subject: [PATCH] ExtendedPromQL.md: typo fix --- ExtendedPromQL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExtendedPromQL.md b/ExtendedPromQL.md index b841a74..d5d4de5 100644 --- a/ExtendedPromQL.md +++ b/ExtendedPromQL.md @@ -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(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(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.