Skip to content

Commit

Permalink
Add missing querier to rulemanager
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksontj committed Feb 4, 2021
1 parent cda3577 commit 54ca427
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/promxy/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ func main() {
QueryFunc: rules.EngineQueryFunc(engine, proxyStorage),
NotifyFunc: sendAlerts(notifierManager, externalUrl.String()),
Appendable: proxyStorage,
Queryable: proxyStorage,
Logger: logger,
Registerer: prometheus.DefaultRegisterer,
OutageTolerance: opts.ForOutageTolerance,
Expand Down

0 comments on commit 54ca427

Please sign in to comment.