Skip to content

Commit 8f99846

Browse files
committed
cmd/thanos/rule: Fix rule manager options field name
This change is necessary due to the Prometheus bump, which down-scopes the interface required for the rule manager to replay ALERT_FOR_STATE.
1 parent 8365215 commit 8f99846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/thanos/rule.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ func runRule(
445445
Logger: logger,
446446
Appendable: db,
447447
ExternalURL: nil,
448-
TSDB: db,
448+
Queryable: db,
449449
ResendDelay: resendDelay,
450450
},
451451
queryFuncCreator(logger, queryClients, metrics.duplicatedQuery, metrics.ruleEvalWarnings),

0 commit comments

Comments
 (0)