Documentation

promql.instantRate() function

promql.instantRate() is a helper function that calculates instant rates over counters and is used to implement PromQL’s irate() and idelta() functions.

Important: The internal/promql package is not meant for external use.

Function type signature
(<-tables: stream[{A with _value: float, _time: time}], ?isRate: bool) => stream[{B with _value: float}]

For more information, see Function type signatures.

Parameters

tables

Input data. Defaults is piped-forward data (<-).

isRate

Data represents a rate.


Was this page helpful?

Thank you for your feedback!


The future of Flux

Flux is going into maintenance mode. You can continue using it as you currently are without any changes to your code.

Read more