Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
engine: add Close method for nopQueryTracker
Unblock Thanos Prometheus go.mod update by providing missing method: ``` ../../go/pkg/mod/github.com/thanos-io/[email protected]/engine/engine.go:173:41: cannot use nopQueryTracker{} (value of type nopQueryTracker) as promql.QueryTracker value in variable declaration: nopQueryTracker does not implement promql.QueryTracker (missing method Close) ``` Signed-off-by: Giedrius Statkevičius <[email protected]>
- Loading branch information