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

statsd: add support for Windows Pipes #182

Merged
merged 5 commits into from Feb 10, 2021
Merged

statsd: add support for Windows Pipes #182

merged 5 commits into from Feb 10, 2021

Commits on Feb 9, 2021

  1. statsd: add support for Windows Pipes

    This change adds support for Windows Named Pipes. They may be used when
    this option is [enabled in the Datadog
    Agent](DataDog/datadog-agent#6830).
    gbbr committed Feb 9, 2021
    Copy the full SHA
    c2b98d6 View commit details
    Browse the repository at this point in the history
  2. add a test

    gbbr committed Feb 9, 2021
    Copy the full SHA
    7bee10d View commit details
    Browse the repository at this point in the history
  3. simplify test, remove waitgroup

    gbbr committed Feb 9, 2021
    Copy the full SHA
    1b5ff56 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Update statsd/pipe.go

    Co-authored-by: Lucas Pimentel-Ordyna <lucas.pimentel@datadoghq.com>
    gbbr and lucaspimentel committed Feb 10, 2021
    Copy the full SHA
    b2a2d62 View commit details
    Browse the repository at this point in the history
  2. improve SetWriteTimeout comment

    gbbr committed Feb 10, 2021
    Copy the full SHA
    be73f71 View commit details
    Browse the repository at this point in the history