Merge pull request #16607 from marcoderama/patch-3

docs: fix typo in operators.md
pull/16008/head
Ayoub Mrini 1 month ago committed by GitHub
commit 4b7321c8e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/querying/operators.md

@ -268,7 +268,7 @@ vector of fewer elements with aggregated values:
* `bottomk` (smallest _k_ elements by sample value)
* `topk` (largest _k_ elements by sample value)
* `limitk` (sample _k_ elements, **experimental**, must be enabled with `--enable-feature=promql-experimental-functions`)
* `limit_ratio` (sample a pseudo-randem ratio _r_ of elements, **experimental**, must be enabled with `--enable-feature=promql-experimental-functions`)
* `limit_ratio` (sample a pseudo-random ratio _r_ of elements, **experimental**, must be enabled with `--enable-feature=promql-experimental-functions`)
* `group` (all values in the resulting vector are 1)
* `count` (count number of elements in the vector)
* `count_values` (count number of elements with the same value)

Loading…
Cancel
Save