Class: DatadogAPIClient::V2::FleetOtelCollectorConfigurationV2
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::FleetOtelCollectorConfigurationV2
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/fleet_otel_collector_configuration_v2.rb
Overview
Configuration for a single OpenTelemetry collector associated with the agent.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#collector_id ⇒ Object
The unique identifier of the OpenTelemetry collector.
-
#compiled_configuration ⇒ Object
The final compiled configuration of the OpenTelemetry collector.
-
#distribution ⇒ Object
The distribution of the OpenTelemetry collector.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/fleet_otel_collector_configuration_v2.rb', line 33 def additional_properties @additional_properties end |
#collector_id ⇒ Object
The unique identifier of the OpenTelemetry collector.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/fleet_otel_collector_configuration_v2.rb', line 25 def collector_id @collector_id end |
#compiled_configuration ⇒ Object
The final compiled configuration of the OpenTelemetry collector.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/fleet_otel_collector_configuration_v2.rb', line 28 def compiled_configuration @compiled_configuration end |
#distribution ⇒ Object
The distribution of the OpenTelemetry collector.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/fleet_otel_collector_configuration_v2.rb', line 31 def distribution @distribution end |