Skip to content

Commit 8dc430a

Browse files
tigrannajaryanVinozzZ
authored andcommitted
Change default OTLP port number (#1221)
* Change default OTLP port number Contributes to open-telemetry/opentelemetry-specification#1148 Note that a separate port is used for OTLP/HTTP for now. There is currently work in progress to confirm that we can use the same port. Once we have the confirmation I will update the spec again to use one port. * Address PR comments
1 parent 49cdba3 commit 8dc430a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

specification/protocol/otlp.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ some in beta.
289289

290290
#### Default Port
291291

292-
The default network port for OTLP/gRPC is 55680.
292+
The default network port for OTLP/gRPC is 4317.
293293

294294
### OTLP/HTTP
295295

@@ -445,10 +445,7 @@ connections SHOULD be configurable.
445445

446446
#### Default Port
447447

448-
The default network port for OTLP/HTTP is 55681. There is currently an [open
449-
issue](https://github.com/open-telemetry/opentelemetry-collector/issues/1256) to
450-
use the same port for OTLP/gRPC and OTLP/HTTP. In that case this spec will be
451-
updated to use the same default port for OTLP/gRPC and OTLP/HTTP.
448+
The default network port for OTLP/HTTP is 4317.
452449

453450
## Implementation Recommendations
454451

0 commit comments

Comments
 (0)