mimir
mimir copied to clipboard
WIP: Ingester: Add LabelValuesStream gRPC method
What this PR does
Add Ingester.LabelValuesStream
gRPC method, which is a streaming version of the LabelValues
gRPC method.
TODO:
- [x] Add flag to enable querier's streaming of label values from ingester
- [ ] Make querier stream label values from ingester, if enabled
Which issue(s) this PR fixes or relates to
Part of https://github.com/grafana/mimir/issues/5557.
Checklist
- [x] Tests updated
- [ ] Documentation added
- [x]
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]
The CHANGELOG has just been cut to prepare for the next Mimir release. Please rebase main
and eventually move the CHANGELOG entry added / updated in this PR to the top of the CHANGELOG document. Thanks!