mimir icon indicating copy to clipboard operation
mimir copied to clipboard

WIP: Ingester: Add LabelValuesStream gRPC method

Open aknuds1 opened this issue 1 year ago • 1 comments

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]

aknuds1 avatar Jul 21 '23 17:07 aknuds1

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!

duricanikolic avatar Mar 12 '24 09:03 duricanikolic