Skip to content

Commit

Permalink
Update datadog/dogstatsd/base.py
Browse files Browse the repository at this point in the history
Co-authored-by: Rémy Mathieu <remy.mathieu@datadoghq.com>
  • Loading branch information
vickenty and remeh authored Aug 16, 2023
1 parent 3d6db3b commit 89c56e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datadog/dogstatsd/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def __init__(
Effective only if either telemetry_host or telemetry_socket_path are set.
If sets to zero, never wait if operation can not be completed immediately. If set to None, wait forever.
This option does not affect hostname resolution when using UDP.
:type socket_timeout: float
:type telemetry_socket_timeout: float
:param disable_sender: Use a background thread to communicate with the dogstatsd server. Optional.
When enabled, a background thread will be used to send metric payloads to the Agent.
Expand Down

0 comments on commit 89c56e0

Please sign in to comment.