Class: DatadogAPIClient::V2::FleetTracerAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::FleetTracerAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/fleet_tracer_attributes.rb
Overview
Attributes of a fleet tracer representing a service instance reporting telemetry.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#env ⇒ Object
The environment the tracer is reporting from.
-
#hostname ⇒ Object
The hostname where the tracer is running.
-
#language ⇒ Object
The programming language of the traced application.
-
#language_version ⇒ Object
The version of the programming language runtime.
-
#remote_config_status ⇒ Object
The remote configuration status of the tracer.
-
#runtime_ids ⇒ Object
Runtime identifiers for the tracer instances.
-
#service ⇒ Object
The telemetry-derived service name reported by the tracer.
-
#service_hostname ⇒ Object
The service hostname reported by the tracer.
-
#service_version ⇒ Object
The version of the traced service.
-
#tracer_version ⇒ Object
The version of the Datadog tracer library.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
54 55 56 |
# File 'lib/datadog_api_client/v2/models/fleet_tracer_attributes.rb', line 54 def additional_properties @additional_properties end |
#env ⇒ Object
The environment the tracer is reporting from.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/fleet_tracer_attributes.rb', line 25 def env @env end |
#hostname ⇒ Object
The hostname where the tracer is running.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/fleet_tracer_attributes.rb', line 28 def hostname @hostname end |
#language ⇒ Object
The programming language of the traced application.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/fleet_tracer_attributes.rb', line 31 def language @language end |
#language_version ⇒ Object
The version of the programming language runtime.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/fleet_tracer_attributes.rb', line 34 def language_version @language_version end |
#remote_config_status ⇒ Object
The remote configuration status of the tracer.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/fleet_tracer_attributes.rb', line 37 def remote_config_status @remote_config_status end |
#runtime_ids ⇒ Object
Runtime identifiers for the tracer instances.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/fleet_tracer_attributes.rb', line 40 def runtime_ids @runtime_ids end |
#service ⇒ Object
The telemetry-derived service name reported by the tracer.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/fleet_tracer_attributes.rb', line 43 def service @service end |
#service_hostname ⇒ Object
The service hostname reported by the tracer.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/fleet_tracer_attributes.rb', line 46 def service_hostname @service_hostname end |
#service_version ⇒ Object
The version of the traced service.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/fleet_tracer_attributes.rb', line 49 def service_version @service_version end |
#tracer_version ⇒ Object
The version of the Datadog tracer library.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/fleet_tracer_attributes.rb', line 52 def tracer_version @tracer_version end |