Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

querier: Moved query range API to middlewares reusing Cortex cache. #1039

Closed
wants to merge 1 commit into from

Conversation

bwplotka
Copy link
Member

@bwplotka bwplotka commented Apr 16, 2019

Very WIP

Signed-off-by: Bartek Plotka [email protected]

@@ -1,21 +1,26 @@
module github.com/improbable-eng/thanos

replace github.com/cortexproject/cortex => github.com/bwplotka/cortex v0.0.0-20190416102825-ae4098d14a9c
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

storeAPI storepb.StoreServer
}

func NewAPI(engine *promql.Engine, replicaLabel string, storeAPI storepb.StoreServer) *API {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I will factor this out to just use PromQL natively in api.go and new middlewares.

@bwplotka bwplotka closed this Sep 16, 2019
@GiedriusS
Copy link
Member

@bwplotka why did you close? Do you intend to continue working on this in a separate branch/PR? This could be a nice starting point for someone working on this.

@bwplotka
Copy link
Member Author

Sorry for not commenting when closing. I will respond on the issue: #1006

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants