Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add streaming remote read to ReadClient #11379

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Mar 28, 2024

  1. Add streaming remote read to ReadClient

    Signed-off-by: Justin Lei <justin.lei@grafana.com>
    leizor committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    81a95f2 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Bartlomiej Plotka <bwplotka@gmail.com>
    Signed-off-by: Justin Lei <justin.lei@grafana.com>
    leizor and bwplotka committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    807b03f View commit details
    Browse the repository at this point in the history
  3. Remote read instrumentation tweaks

    Signed-off-by: Justin Lei <lei.justin@gmail.com>
    leizor committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    44ea891 View commit details
    Browse the repository at this point in the history
  4. Minor cleanups

    Signed-off-by: Justin Lei <lei.justin@gmail.com>
    leizor committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    2459807 View commit details
    Browse the repository at this point in the history
  5. In-line handleChunkedResponse

    Signed-off-by: Justin Lei <lei.justin@gmail.com>
    leizor committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    eda55f0 View commit details
    Browse the repository at this point in the history
  6. Fix lints

    Signed-off-by: Justin Lei <lei.justin@gmail.com>
    leizor committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    22b8c54 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Explicitly call cancel() when needed

    Signed-off-by: Justin Lei <lei.justin@gmail.com>
    leizor committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    8961556 View commit details
    Browse the repository at this point in the history
  2. Update chunkedSeries, chunkedSeriesIterator for new interfaces

    Signed-off-by: Justin Lei <lei.justin@gmail.com>
    leizor committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c6dec94 View commit details
    Browse the repository at this point in the history