Skip to content

Commit 0b41c82

Browse files
authored
Merge pull request #70668 from iblancasa/TRACING-3556
[TRACING-3556] Document disable_keep_alives
2 parents e1f20ad + 55b39b2 commit 0b41c82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/otel-config-collector.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,17 +760,19 @@ The OTLP HTTP exporter exports traces and metrics using the OpenTelemetry protoc
760760
tls: # <2>
761761
headers: # <3>
762762
X-Scope-OrgID: "dev"
763+
disable_keep_alives: false <4>
763764
764765
service:
765766
pipelines:
766767
traces:
767768
exporters: [otlphttp]
768769
metrics:
769-
expoters: [otlphttp]
770+
exporters: [otlphttp]
770771
----
771772
<1> The OTLP HTTP endpoint. If the `+https://+` scheme is used, then client transport security is enabled and overrides the `insecure` setting in the `tls`.
772773
<2> The client side TLS configuration. Defines paths to TLS certificates.
773774
<3> Headers are sent in every HTTP request.
775+
<4> If true, disables HTTP keep-alives. It will only use the connection to the server for a single HTTP request.
774776

775777
[id="debug-exporter_{context}"]
776778
==== Debug exporter

0 commit comments

Comments
 (0)