Rollup functions
- https://docs.victoriametrics.com/victoriametrics/metricsql/#rollup-functions
- aka
range functionsorwindow functions - Apply a function to all elements of a vector
rate
-
rate(v range-vector) -
Per-second average rate of increase of the
time seriesin therange vector
rate(v range-vector)
rate(my_time_series)[30m:]
increase
- It is syntactic sugar for
ratemultiplied by the number of seconds under the specified time range window