mirror of
https://github.com/prometheus/prometheus.git
synced 2025-12-16 15:01:02 +01: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…
x
Reference in New Issue
Block a user