Skip to content

Commit

Permalink
OTel Collector gRPC listens on port 3462 (#357)
Browse files Browse the repository at this point in the history
- Switching the default from the standard OTel Collector port to
  instead use port 3462.
- The new default port is a natural extension of the existing
  loggregator agent suite port range.

Signed-off-by: Carson Long <lcarson@vmware.com>
  • Loading branch information
acrmp authored Aug 4, 2023
1 parent 3e3da65 commit f3b376e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jobs/otel-collector-windows/spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ properties:
default: true
ingress.grpc.port:
description: "Port the collector is listening on to receive OTLP over gRPC"
default: 4317
default: 3462
ingress.grpc.tls.ca_cert:
description: "CA root required for key/cert verification in gRPC ingress"
ingress.grpc.tls.cert:
Expand Down
2 changes: 1 addition & 1 deletion jobs/otel-collector/spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ properties:
default: true
ingress.grpc.port:
description: "Port the collector is listening on to receive OTLP over gRPC"
default: 4317
default: 3462
ingress.grpc.tls.ca_cert:
description: "CA root required for key/cert verification in gRPC ingress"
ingress.grpc.tls.cert:
Expand Down

0 comments on commit f3b376e

Please sign in to comment.