diff --git a/promql/engine.go b/promql/engine.go index 2b706993f8..759305a1ac 100644 --- a/promql/engine.go +++ b/promql/engine.go @@ -3694,7 +3694,7 @@ func detectHistogramStatsDecoding(expr parser.Expr) { } } return errors.New("stop") - }) + }, nil) } func makeInt64Pointer(val int64) *int64 {