Class: Datadog::Statsd::UDSConnection
- Inherits:
-
Connection
- Object
- Connection
- Datadog::Statsd::UDSConnection
- Defined in:
- lib/datadog/statsd.rb
Defined Under Namespace
Classes: BadSocketError
Constant Summary
Constants inherited from Connection
Connection::DEFAULT_HOST, Connection::DEFAULT_PORT
Instance Attribute Summary
Attributes inherited from Connection
Instance Method Summary collapse
-
#initialize(socket_path, logger) ⇒ UDSConnection
constructor
A new instance of UDSConnection.
Methods inherited from Connection
Constructor Details
#initialize(socket_path, logger) ⇒ UDSConnection
Returns a new instance of UDSConnection.
92 93 94 95 |
# File 'lib/datadog/statsd.rb', line 92 def initialize(socket_path, logger) @socket_path = socket_path @logger = logger end |