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,ddtrace/tracer}: add UDS client options #788

Merged
merged 6 commits into from
Dec 16, 2020
Merged

Commits on Dec 14, 2020

  1. [profiler] add UDS and HTTP client options

    Allow the overriding the HTTP client and transport.
    As a convenience, provide an option to create a custom client and
    transport that accesses a Unix Domain Socket.
    
    Modified upload tests to exercise both default and custom HTTP clients.
    pmbauer committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    4cba058 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afcfaab View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Configuration menu
    Copy the full SHA
    3aa5737 View commit details
    Browse the repository at this point in the history
  2. address more review comments

    pmbauer committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    bb75b56 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Configuration menu
    Copy the full SHA
    b29d64b View commit details
    Browse the repository at this point in the history
  2. simplify tests

    pmbauer committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    dd3b1ac View commit details
    Browse the repository at this point in the history