Define store-gateway protobuf and client #2433
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does:
In this PR I'm doing a step forward towards integrating the first version of the blocks storage
store-gateway
service (proposal). In particular:store-gateway
service, keeping it 100% compatible with the Thanos store (at the current stage won't be possible to build the consistency check because we lack the list of queried blocks in the response, but the consistency check will be added in a second phase and I would like to propose to expose blocks info in Thanos too)store-gateway
client (that will be used by the querier) following the same approach we took for the ingester client (since thestore-gateway
client will use the gRPC clients pool too)Notes to the reviewer:
store-gateway
protobuf definition is in a separate package to avoid circular dependencies betweenquerier
andstore-gateway
(the querier needs thestore-gateway
protobuf and, for a while, thestore-gateway
needs the querier'sBucketStores
)Which issue(s) this PR fixes:
N/A
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]