Skip to content

Commit

Permalink
Merge pull request #23232 from soul2zimate/opentelemetry
Browse files Browse the repository at this point in the history
Explicitly define the alternative port 55680 in OpenTelemetry collector configuration file in OpenTelemetry guide
  • Loading branch information
gsmet authored Jan 27, 2022
2 parents 0c7f8ba + 329ae8d commit 35a7cda
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/src/main/asciidoc/opentelemetry.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@ receivers:
otlp:
protocols:
grpc:
endpoint: otel-collector:4317
otlp/2:
protocols:
grpc:
endpoint: otel-collector:55680
exporters:
logging:
Expand All @@ -153,7 +158,7 @@ service:
extensions: [health_check]
pipelines:
traces:
receivers: [otlp]
receivers: [otlp,otlp/2]
processors: [batch]
exporters: [jaeger]
Expand Down

0 comments on commit 35a7cda

Please sign in to comment.