mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -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)
|
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 {
|
func funcIdelta(vals []Value, args Expressions, enh *EvalNodeHelper) Vector {
|
||||||
return instantValue(vals, enh.out, false)
|
return instantValue(vals, enh.out, false)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue