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 default timeouts to metricbeat HTTP helpers #11032

Merged
merged 5 commits into from
Mar 19, 2019

Commits on Mar 1, 2019

  1. Add default timeouts to metricbeat HTTP helpers

    Set a default request timeout of 10 seconds to metricbeat HTTP helpers
    so there are less chances of leaking established connections.
    
    Add a connection timeout that defaults to two seconds so connections
    fail fast in case of network connectivity problems.
    jsoriano committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    b04862b View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Test http helper timeouts

    jsoriano committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    f3266ef View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Add comments from review

    jsoriano committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    f5e312d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5b5e3e View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. Configuration menu
    Copy the full SHA
    c25f4fa View commit details
    Browse the repository at this point in the history