Skip to content

Commit

Permalink
Change default OTLP port number (#1221)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
tigrannajaryan authored and VinozzZ committed Jun 21, 2024
1 parent 49cdba3 commit 8dc430a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions specification/protocol/otlp.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ some in beta.

#### Default Port

The default network port for OTLP/gRPC is 55680.
The default network port for OTLP/gRPC is 4317.

### OTLP/HTTP

Expand Down Expand Up @@ -445,10 +445,7 @@ connections SHOULD be configurable.

#### Default Port

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

## Implementation Recommendations

Expand Down

0 comments on commit 8dc430a

Please sign in to comment.