mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
promql: function: fix typo (#6501)
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
4b3bab890d
commit
f363a71ef7
|
@ -159,7 +159,7 @@ func funcIrate(vals []Value, args Expressions, enh *EvalNodeHelper) Vector {
|
|||
return instantValue(vals, enh.out, true)
|
||||
}
|
||||
|
||||
// === idelta(node model.ValMatric) Vector ===
|
||||
// === idelta(node model.ValMatrix) Vector ===
|
||||
func funcIdelta(vals []Value, args Expressions, enh *EvalNodeHelper) Vector {
|
||||
return instantValue(vals, enh.out, false)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue