promql.resets() 函数
promql.resets() 实现的功能相当于
PromQL的 resets() 函数。
重要:internal/promql 包不适用于外部使用。
函数类型签名
(<-tables: stream[{A with _value: float}]) => stream[{B with _value: float}]
有关更多信息,请参见 Function type signatures。
参数
表格
输入数据。默认是管道转发的数据 (<-).