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

profiler: Implement WithUploadTimeout #852

Merged
merged 5 commits into from
Mar 26, 2021

Commits on Feb 19, 2021

  1. profiler: Implement WithUploadTimeout

    Also add support for the DD_PROFILING_UPLOAD_TIMEOUT used by other
    DD profilers such as Java.
    
    The timeout is implemented using a request context, which allows
    removing the timeout option from the defaultClient and WithUDS option.
    
    defaultHTTPTimeout is promoted to DefaultUploadTimeout to be consistent
    with the other default options.
    
    The order of preference is:
    1. DefaultUploadTimeout
    2. DD_PROFILING_UPLOAD_TIMEOUT
    3. WithUploadTimeout()
    
    Implements PROF-2810
    felixge committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    73b1bbf View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Fix for go1.12

    felixge committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    4c3f1c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

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

Commits on Mar 25, 2021

  1. Configuration menu
    Copy the full SHA
    8d4e562 View commit details
    Browse the repository at this point in the history
  2. Do not allow timeouts <= 0

    felixge committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    3db6059 View commit details
    Browse the repository at this point in the history