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 support for DD_DOGSTATSD_URL #217

Merged
merged 3 commits into from
Mar 10, 2023
Merged

Add support for DD_DOGSTATSD_URL #217

merged 3 commits into from
Mar 10, 2023

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    8db8b64 View commit details
    Browse the repository at this point in the history
  2. Fix a bug in address resolution order

    Before this patch, named pipe from the environment would be used even
    if the application supplies host and port pair explicitly.
    
    Make sure the builder uses configuration in this order:
    1. explicitly supplied by the application via builder methods
    2. auto-detected settings from the environment variables
    3. built-in defaults
    vickenty committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    87832f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Implement DD_DOGSTATSD_URL

    Takes precedence over other environment variables and can be used to
    specify UDP, unix socket and named pipe addresses.
    vickenty committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    85be52f View commit details
    Browse the repository at this point in the history