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

engine,execution: make remote endpoints injectable #509

Closed

Conversation

MichaHoffmann
Copy link
Contributor

@MichaHoffmann MichaHoffmann commented Jan 15, 2025

This PR makes remote endpoints injectable into the distributed engine - this makes it possible to provide endpoints that are configured at runtime - the usecase for this is for example "partial_response" query parameter handling in Thanos.
This mirrors how queryable is passed in at runtime to construct non-distributed queries.

@MichaHoffmann MichaHoffmann marked this pull request as draft January 15, 2025 14:25
@MichaHoffmann MichaHoffmann force-pushed the mhoffmann/make-endpoints-a-query-parameter branch 2 times, most recently from 4422ae1 to 90ae2ef Compare January 15, 2025 15:35
@MichaHoffmann MichaHoffmann force-pushed the mhoffmann/make-endpoints-a-query-parameter branch from 90ae2ef to 44837de Compare February 19, 2025 11:50
@MichaHoffmann MichaHoffmann marked this pull request as ready for review February 19, 2025 11:51
@MichaHoffmann MichaHoffmann force-pushed the mhoffmann/make-endpoints-a-query-parameter branch from 44837de to 9f751d2 Compare February 21, 2025 15:19
// Distributed constructors

// MakeDistributedInstantQuery creates an instant query that is distributed among the passed endpoints.
func (e *Engine) MakeDistributedInstantQuery(ctx context.Context, q storage.Queryable, endpoints api.RemoteEndpoints, opts *QueryOpts, qs string, ts time.Time) (promql.Query, error) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

q is actually used by distriubted engine sometimes - it feels like a bug, but fixing is out of scope of this PR.

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.

1 participant