promql.resets() function

promql.resets() implements functionality equivalent to PromQL’s resets() function.

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

Function type signature
(<-tables: stream[{A with _value: float}]) => stream[{B with _value: float}]

For more information, see Function type signatures.

Parameters

tables

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


Was this page helpful?

Thank you for your feedback!