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

Allow to disable http2 for GCS. #4942

Merged
merged 10 commits into from
Jan 3, 2022

Commits on Dec 16, 2021

  1. Allow to disable http2 for GCS.

    This also tweaks our iddle connection pooling accross the board and reduce the insane parallelism when fetching chunks.
    
    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    558a925 View commit details
    Browse the repository at this point in the history
  2. update changelog

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    6256b14 View commit details
    Browse the repository at this point in the history
  3. Update pkg/storage/chunk/gcp/gcs_object_client.go

    Co-authored-by: Danny Kopping <dannykopping@gmail.com>
    cyriltovena and dannykopping authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    0b95a0e View commit details
    Browse the repository at this point in the history
  4. update comment

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    1719363 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. Update docs/sources/configuration/_index.md

    Co-authored-by: Karen Miller <84039272+KMiller-Grafana@users.noreply.github.com>
    cyriltovena and KMiller-Grafana authored Jan 3, 2022
    Configuration menu
    Copy the full SHA
    7d0744b View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Co-authored-by: Karen Miller <84039272+KMiller-Grafana@users.noreply.github.com>
    cyriltovena and KMiller-Grafana authored Jan 3, 2022
    Configuration menu
    Copy the full SHA
    7434046 View commit details
    Browse the repository at this point in the history
  3. Reduce MaxIdleConns to a more standard value.

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    d2126f7 View commit details
    Browse the repository at this point in the history
  4. Allow to configure max parallelism for fetching chunks

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    741658b View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'upstream/main' into allow-disabling-http2

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    273167f View commit details
    Browse the repository at this point in the history
  6. Fixes tests with no default config

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    e099779 View commit details
    Browse the repository at this point in the history