Skip to content

Commit

Permalink
updated querier arg for active query path
Browse files Browse the repository at this point in the history
Signed-off-by: Aditi Ahuja <ahuja.aditi@gmail.com>
  • Loading branch information
metonymic-smokey committed Jul 31, 2022
1 parent 0482604 commit 954d3bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/e2ethanos/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ func (q *QuerierBuilder) collectArgs() ([]string, error) {
}

args = append(args, "--store.sd-files="+filepath.Join(q.InternalDir(), "filesd.yaml"))
args = append(args, "--query.active-query-path="+q.InternalDir())
}
if q.routePrefix != "" {
args = append(args, "--web.route-prefix="+q.routePrefix)
Expand Down

0 comments on commit 954d3bb

Please sign in to comment.