We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ab22f commit 6abe6a2Copy full SHA for 6abe6a2
pkg/querier/astmapper/parallel.go
@@ -17,6 +17,7 @@ var summableAggregates = map[promql.ItemType]struct{}{
17
var nonParallelFuncs = []string{
18
"histogram_quantile",
19
"quantile_over_time",
20
+ "absent",
21
}
22
23
// CanParallel tests if a subtree is parallelizable.
pkg/querier/queryrange/promql_test.go
@@ -297,9 +297,6 @@ func Test_FunctionParallelism(t *testing.T) {
297
{
298
fn: "abs",
299
},
300
- {
301
- fn: "absent",
302
- },
303
304
fn: "avg_over_time",
305
isTestMatrix: true,
0 commit comments