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

store: Make more S3 http.Transport settings configurable. #3657

Merged
merged 1 commit into from
Jan 12, 2021

Commits on Dec 20, 2020

  1. store: Make more S3 http.Transport settings configurable.

    The http.Transport is not auto-tuning and one size does not seem to fit
    all cases. In order to respond to a query a store gateway might need to
    fetch a large (thousands) of postings, series and chunks.
    
    While the number of idle connections has been increased recently it can
    still be too low or expose bursty (opening, closing) behavior. Allow to
    tune most of the http.Transport parameters. I considered embedding the
    full Transport but there is already a Transport member.
    
    Signed-off-by: Holger Hans Peter Freyther <[email protected]>
    zecke committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    ad5d3b9 View commit details
    Browse the repository at this point in the history