mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-15 18:14:06 -08:00
Update functions.md
Fix small typo Signed-off-by: marcoderama <marcoderamagit@gmail.com>
This commit is contained in:
parent
199cfc1324
commit
64b2a379db
|
@ -359,7 +359,7 @@ increase(http_requests_total{job="api-server"}[5m])
|
||||||
```
|
```
|
||||||
|
|
||||||
`increase` acts on native histograms by calculating a new histogram where each
|
`increase` acts on native histograms by calculating a new histogram where each
|
||||||
compononent (sum and count of observations, buckets) is the increase between
|
component (sum and count of observations, buckets) is the increase between
|
||||||
the respective component in the first and last native histogram in
|
the respective component in the first and last native histogram in
|
||||||
`v`. However, each element in `v` that contains a mix of float and native
|
`v`. However, each element in `v` that contains a mix of float and native
|
||||||
histogram samples within the range, will be missing from the result vector.
|
histogram samples within the range, will be missing from the result vector.
|
||||||
|
|
Loading…
Reference in a new issue