mimir
mimir copied to clipboard
Store Gateway index stats response
What this PR does
This PR extends the storegateway RPC protocol to support passing a stats message with a series response to allow us to track and log the number of index bytes read in the query frontend.
Which issue(s) this PR fixes or relates to
Fixes #2923
Checklist
- [ ] Tests updated
- [ ] Documentation added
- [ ]
CHANGELOG.mdupdated - the order of entries should be[CHANGE],[FEATURE],[ENHANCEMENT],[BUGFIX]
@treid314 In https://github.com/grafana/mimir/pull/3222 I'm proposing to import all Thanos protobufs, so you should be able to move forward cleanly with this PR.
@treid314 I merged https://github.com/grafana/mimir/pull/3222. Could you rebase, please?