Skip to content

Update Jaeger remote tracer port to OTLP port 4317 in OpenTelemetry docs#11614

Open
Irash-Perera wants to merge 1 commit into
wso2:4.7.0from
Irash-Perera:otlp-tracing-4.7.0
Open

Update Jaeger remote tracer port to OTLP port 4317 in OpenTelemetry docs#11614
Irash-Perera wants to merge 1 commit into
wso2:4.7.0from
Irash-Perera:otlp-tracing-4.7.0

Conversation

@Irash-Perera

@Irash-Perera Irash-Perera commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Purpose

Related Issues : #4782 | #4775

From APIM 4.7, the jaeger remote tracer no longer uses Jaeger's native protocol. The OpenTelemetry Java SDK bundled with APIM removed its Jaeger-native exporter (Jaeger itself deprecated the native protocol in favor of OTLP and removed it entirely in Jaeger v2), so the jaeger tracer now exports spans over OTLP gRPC.

The documented port 14250 is Jaeger's legacy native endpoint, which does not accept OTLP. With that configuration, the server starts normally but every span export fails with:

Failed to export spans. Server responded with UNIMPLEMENTED.
Full error message: unknown service opentelemetry.proto.collector.trace.v1.TraceService

and no traces ever appear in the Jaeger UI.

Port 4317 is Jaeger's OTLP gRPC endpoint. With this change, the sample configuration works as expected.

This applies to the 4.7/latest documentation only. APIM 4.5 and 4.6 still bundle the Jaeger-native exporter, so port 14250 remains the correct value in those documentation versions.

@coderabbitai

coderabbitai Bot commented Jul 15, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 4a8d1dd5-a0c7-4a38-83c1-365de5dbf23d

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant