docs-v2/content/flux/v0/stdlib/internal/promql/resets.md

1.6 KiB

title description menu weight
promql.resets() function `promql.resets()` implements functionality equivalent to [PromQL's `resets()` function](https://prometheus.io/docs/prometheus/latest/querying/functions/#resets).
flux_v0_ref
name parent identifier
promql.resets internal/promql internal/promql/resets
201

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}]

{{% caption %}} For more information, see Function type signatures. {{% /caption %}}

Parameters

tables

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