We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbfccb7 commit 20f454dCopy full SHA for 20f454d
engine/engine_test.go
@@ -5873,6 +5873,7 @@ func queryExplanation(q promql.Query) string {
5873
return fmt.Sprintf("Query: %s\nExplanation:\n%s\n", q.String(), b.String())
5874
}
5875
5876
+// Adapted from: https://github.com/prometheus/prometheus/blob/906f6a33b60cec2596018ac8cc97ac41b16b06b7/promql/promqltest/testdata/functions.test#L814
5877
func TestDoubleExponentialSmoothing(t *testing.T) {
5878
t.Parallel()
5879
0 commit comments