mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
parent
866b150f0f
commit
44cfcfe62e
@ -469,7 +469,7 @@ See also [increase_pure](#increase_pure) and [increase](#increase).
|
|||||||
|
|
||||||
#### increase_pure
|
#### increase_pure
|
||||||
|
|
||||||
`increase_pure(series_selector[d])` iis a [rollup function](#rollup-functions), which works the same as [increase](#increase) except
|
`increase_pure(series_selector[d])` is a [rollup function](#rollup-functions), which works the same as [increase](#increase) except
|
||||||
of the following corner case - it assumes that [counters](https://docs.victoriametrics.com/keyConcepts.html#counter) always start from 0,
|
of the following corner case - it assumes that [counters](https://docs.victoriametrics.com/keyConcepts.html#counter) always start from 0,
|
||||||
while [increase](#increase) ignores the first value in a series if it is too big.
|
while [increase](#increase) ignores the first value in a series if it is too big.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user