weixin_39578513 2020-11-22 04:03
浏览 0

Add ChunksIterator method to Series interface.

This is alternative to the https://github.com/prometheus/tsdb/pull/659 I feel like iterators is the way to go here as we want to iterate & stream chunks instead of buffering all.

Both PRs are for same use case: Allowing Querier to return raw chunks if asked. This will help massively on https://github.com/prometheus/prometheus/pull/5703

This iterators implementation is easy here but will be more important & tricky for head in Prometheus.

fixes https://github.com/prometheus/tsdb/issues/328

Signed-off-by: Bartek Plotka

该提问来源于开源项目:prometheus-junkyard/tsdb

  • 写回答

6条回答 默认 最新

  • weixin_39578513 2020-11-22 04:03
    关注

    Addressed comments PTAL

    评论

报告相同问题?