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
: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).
62
64
:type id: str
63
65
64
-
:param tls: Configuration for enabling TLS encryption between the pipeline component and external services.
65
-
:type tls: ObservabilityPipelineTls, optional
66
+
:param tls: Configuration for enabling TLS encryption between the pipeline component and external connecting clients.
: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).
62
64
:type id: str
63
65
64
-
:param tls: Configuration for enabling TLS encryption between the pipeline component and external services.
65
-
:type tls: ObservabilityPipelineTls, optional
66
+
:param tls: Configuration for enabling TLS encryption between the pipeline component and external connecting clients.
: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).
62
64
:type id: str
63
65
64
-
:param tls: Configuration for enabling TLS encryption between the pipeline component and external services.
65
-
:type tls: ObservabilityPipelineTls, optional
66
+
:param tls: Configuration for enabling TLS encryption between the pipeline component and external connecting clients.
0 commit comments