File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ package queryfrontend
66import (
77 "context"
88 "regexp"
9-
10- "github.com/prometheus/prometheus/promql/parser"
11- "github.com/thanos-io/thanos/internal/cortex/querier/queryrange"
129)
1310
1411// RuleAction represents the action to take when a protection rule is triggered.
@@ -55,11 +52,9 @@ func RuleActionToString(action RuleAction) string {
5552 }
5653}
5754
58- // thanosQueryReq wraps a query request with parsed PromQL and actor information.
55+ // thanosQueryReq wraps a query request with actor information.
5956type thanosQueryReq struct {
60- inner queryrange.Request
61- parsed parser.Expr
62- actor string
57+ actor string
6358}
6459
6560// Protection is the interface that all protection implementations must satisfy.
You can’t perform that action at this time.
0 commit comments