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: src/datadog_api_client/v2/model/observability_pipeline_config_source_item.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,9 @@ def __init__(self, **kwargs):
15
15
"""
16
16
A data source for the pipeline.
17
17
18
+
:param address_key: Name of the environment variable or secret that holds the listen address for the Datadog Agent source.
19
+
:type address_key: str, optional
20
+
18
21
:param id: 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).
19
22
:type id: str
20
23
@@ -24,9 +27,6 @@ def __init__(self, **kwargs):
24
27
:param type: The source type. The value should always be `datadog_agent`.
:param address_key: Name of the environment variable or secret that holds the listen address for the Datadog Agent source.
59
+
:type address_key: str, optional
60
+
55
61
:param id: 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).
56
62
:type id: str
57
63
@@ -61,6 +67,8 @@ def __init__(
61
67
:param type: The source type. The value should always be ``datadog_agent``.
0 commit comments