Module: Datadog::Core::Remote::Transport::Negotiation::Response
- Included in:
- HTTP::Negotiation::Response
- Defined in:
- lib/datadog/core/remote/transport/negotiation.rb
Overview
Negotiation response
Instance Attribute Summary collapse
-
#config ⇒ Hash
readonly
The agent configuration.
-
#endpoints ⇒ Array<String>
readonly
The HTTP endpoints the agent supports.
-
#span_events ⇒ Object
readonly
Returns the value of attribute span_events.
-
#version ⇒ String
readonly
The version of the agent.
Instance Attribute Details
#config ⇒ Hash (readonly)
The agent configuration. These are configured by the user when starting the agent, as well as any defaults.
47 |
# File 'lib/datadog/core/remote/transport/negotiation.rb', line 47 attr_reader :version, :endpoints, :config, :span_events |
#endpoints ⇒ Array<String> (readonly)
The HTTP endpoints the agent supports.
47 |
# File 'lib/datadog/core/remote/transport/negotiation.rb', line 47 attr_reader :version, :endpoints, :config, :span_events |
#span_events ⇒ Object (readonly)
Returns the value of attribute span_events.
47 |
# File 'lib/datadog/core/remote/transport/negotiation.rb', line 47 attr_reader :version, :endpoints, :config, :span_events |
#version ⇒ String (readonly)
The version of the agent.
47 48 49 |
# File 'lib/datadog/core/remote/transport/negotiation.rb', line 47 def version @version end |