Skip to content

Commit

Permalink
Change the default port for OLTP gRPC
Browse files Browse the repository at this point in the history
4317 is now the default port for OLTP gRPC, as open-telemetry/opentelemetry-specification#1221
  • Loading branch information
hughluo authored May 12, 2021
1 parent 41431ec commit e970042
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/en/docs/collector/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ processors:

exporters:
otlp:
endpoint: otelcol:55680
endpoint: otelcol:4317

extensions:
health_check:
Expand Down Expand Up @@ -87,9 +87,9 @@ processors:

exporters:
otlp:
endpoint: otelcol:55680
endpoint: otelcol:4317
otlp/2:
endpoint: otelcol2:55680
endpoint: otelcol2:4317

extensions:
health_check:
Expand Down Expand Up @@ -322,7 +322,7 @@ exporters:
# Data sources: traces, metrics, logs
otlp:
endpoint: otelcol2:55680
endpoint: otelcol2:4317
insecure: true
# Data sources: traces, metrics
Expand Down

0 comments on commit e970042

Please sign in to comment.