1.6 KiB
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). |
|
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 (<-
).