Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit eb475e1

Browse files
Dieterbefkaleo
authored andcommitted
disable constantLine for now.
workaround for #1781
1 parent d761cc1 commit eb475e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

expr/funcs.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func init() {
6363
"averageBelow": {NewFilterSeriesConstructor("average", "<="), true},
6464
"averageSeries": {NewAggregateConstructor("average", crossSeriesAvg), true},
6565
"consolidateBy": {NewConsolidateBy, true},
66-
"constantLine": {NewConstantLine, true},
66+
"constantLine": {NewConstantLine, false},
6767
"countSeries": {NewCountSeries, true},
6868
"cumulative": {NewConsolidateByConstructor("sum"), true},
6969
"currentAbove": {NewFilterSeriesConstructor("last", ">"), true},

0 commit comments

Comments
 (0)