From 4d6249753a8e5ee1eaee3c265cc29b81d4464906 Mon Sep 17 00:00:00 2001 From: Tigran Najaryan <4194920+tigrannajaryan@users.noreply.github.com> Date: Fri, 6 Aug 2021 12:32:28 +0400 Subject: [PATCH] Revert "Change OTLP/HTTP port from 4317 to 4318 (#1839)" (#1847) Apparently there is new evidence that one port may work after all: https://github.com/open-telemetry/opentelemetry-collector/pull/3765/files This reverts commit cce1d5996873de38a68e05eafa4d5e224df9b8f1 until we have the final decision about the ability to have a single port, see: https://github.com/open-telemetry/opentelemetry-specification/issues/1846#issuecomment-892523208 --- specification/protocol/otlp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/protocol/otlp.md b/specification/protocol/otlp.md index 16ffe30fd..6c83e2dc5 100644 --- a/specification/protocol/otlp.md +++ b/specification/protocol/otlp.md @@ -473,7 +473,7 @@ connections SHOULD be configurable. #### OTLP/HTTP Default Port -The default network port for OTLP/HTTP is 4318. +The default network port for OTLP/HTTP is 4317. ## Implementation Recommendations