Class: DatadogAPIClient::V2::ObservabilityPipelineNewRelicDestination
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineNewRelicDestination
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_new_relic_destination.rb
Overview
The new_relic destination sends logs to the New Relic platform.
**Supported pipeline types:** logs
Instance Attribute Summary collapse
-
#account_id_key ⇒ Object
Name of the environment variable or secret that holds the New Relic account ID.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#buffer ⇒ Object
Configuration for buffer settings on destination components.
-
#id ⇒ Object
readonly
The unique identifier for this component.
-
#inputs ⇒ Object
readonly
A list of component IDs whose output is used as the
inputfor this component. -
#license_key_key ⇒ Object
Name of the environment variable or secret that holds the New Relic license key.
-
#region ⇒ Object
readonly
The New Relic region.
-
#type ⇒ Object
readonly
The destination type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#account_id_key ⇒ Object
Name of the environment variable or secret that holds the New Relic account ID.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_new_relic_destination.rb', line 27 def account_id_key @account_id_key end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
47 48 49 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_new_relic_destination.rb', line 47 def additional_properties @additional_properties end |
#buffer ⇒ Object
Configuration for buffer settings on destination components.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_new_relic_destination.rb', line 30 def buffer @buffer end |
#id ⇒ Object
The unique identifier for this component.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_new_relic_destination.rb', line 33 def id @id end |
#inputs ⇒ Object
A list of component IDs whose output is used as the input for this component.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_new_relic_destination.rb', line 36 def inputs @inputs end |
#license_key_key ⇒ Object
Name of the environment variable or secret that holds the New Relic license key.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_new_relic_destination.rb', line 39 def license_key_key @license_key_key end |
#region ⇒ Object
The New Relic region.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_new_relic_destination.rb', line 42 def region @region end |
#type ⇒ Object
The destination type. The value should always be new_relic.
45 46 47 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_new_relic_destination.rb', line 45 def type @type end |