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: gdi/opentelemetry/components/otlp-exporter.rst
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,11 +72,7 @@ The following settings are required:
72
72
* gRPC supports DNS as the default name-system. To learn more about the valid name syntax, see :new-page:`gRCP Name Resolution <https://github.com/grpc/grpc/blob/master/doc/naming.md>` in GitHub.
73
73
* If you're using a scheme of ``https``, then client transport security is enabled and overrides the ``insecure`` setting.
74
74
75
-
* ``tls``. See :ref:`TLS Configuration Settings <otlp-exporter-settings>` in this document for the full set of available options.
76
-
77
-
* By default, ``tls: insecure`` is set to ``true``.
78
-
* Mutual TLS (mTLS) is also supported.
79
-
* See more at :ref:`collector-common-config-tls`.
75
+
* ``tls``. See the exporter's :ref:`otlp-exporter-settings` in this document for the full set of available options, and learn more at :ref:`collector-common-config-tls`.
0 commit comments