Skip to content

Commit 7926c45

Browse files
authored
Update jaeger autoconfigure docs to point to OTLP (open-telemetry#6307)
1 parent 8a73f45 commit 7926c45

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

sdk-extensions/autoconfigure/README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -253,13 +253,9 @@ The following exporters are only available for the trace signal. See [exporters]
253253

254254
#### Jaeger exporter
255255

256-
The [Jaeger](https://www.jaegertracing.io/docs/1.21/apis/#protobuf-via-grpc-stable) exporter. This exporter uses gRPC for its communications protocol.
256+
The Jaeger exporters (artifacts `opentelemetry-exporter-jaeger` and `opentelemetry-exporter-jaeger-thrift`) were removed in the [1.35.0](https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.35.0) release (last published in `1.34.0`) and are no longer available in later versions of autoconfigure.
257257

258-
| System property | Environment variable | Description |
259-
|-----------------------------------|-----------------------------------|----------------------------------------------------------------------------------------------------|
260-
| otel.traces.exporter=jaeger | OTEL_TRACES_EXPORTER=jaeger | Select the Jaeger exporter |
261-
| otel.exporter.jaeger.endpoint | OTEL_EXPORTER_JAEGER_ENDPOINT | The Jaeger gRPC endpoint to connect to. Default is `http://localhost:14250`. |
262-
| otel.exporter.jaeger.timeout | OTEL_EXPORTER_JAEGER_TIMEOUT | The maximum waiting time, in milliseconds, allowed to send each batch. Default is `10000`. |
258+
Jaeger now has [native support for OTLP](https://opentelemetry.io/blog/2022/jaeger-native-otlp/), and users should export to jaeger using [OTLP](https://opentelemetry.io/docs/instrumentation/java/exporters/#otlp-dependencies) instead.
263259

264260
#### Zipkin exporter
265261

0 commit comments

Comments
 (0)