You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/datadog_api_client/v2/models/observability_pipeline_datadog_agent_source.rb
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,9 @@ module DatadogAPIClient::V2
23
23
classObservabilityPipelineDatadogAgentSource
24
24
includeBaseGenericModel
25
25
26
+
# Name of the environment variable or secret that holds the listen address for the Datadog Agent source.
27
+
attr_accessor:address_key
28
+
26
29
# The unique identifier for this component. Used in other parts of the pipeline to reference this component (for example, as the `input` to downstream components).
27
30
attr_reader:id
28
31
@@ -38,6 +41,7 @@ class ObservabilityPipelineDatadogAgentSource
0 commit comments