Skip to content

Commit

Permalink
docs(otel): fixes to otel doc from review (#9055)
Browse files Browse the repository at this point in the history
Signed-off-by: prmellor <[email protected]>
  • Loading branch information
PaulRMellor authored Sep 1, 2023
1 parent bd2f083 commit b8239d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ You enable tracing by specifying a tracing type using the `spec.tracing.type` pr
`opentelemetry`:: Specify `type: opentelemetry` to use OpenTelemetry. By Default, OpenTelemetry uses the OTLP (OpenTelemetry Protocol) exporter and endpoint to get trace data. You can specify other tracing systems supported by OpenTelemetry, including Jaeger tracing. To do this, you change the OpenTelemetry exporter and endpoint in the tracing configuration.

CAUTION: Strimzi no longer supports OpenTracing.
If you were previously using OpenTracing with the `bridge.tracing=jaeger` option, we encourage you to transition to using OpenTelemetry instead.
If you were previously using OpenTracing with the `type: jaeger` option, we encourage you to transition to using OpenTelemetry instead.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ In each client application add the dependencies for the tracer:
</dependency>
<dependency>
<groupId>io.opentelemetry.instrumentation</groupId>
<artifactId>opentelemetry-kafka-clients-{OpenTelemetryKafkaClient}</artifactId>
<artifactId>opentelemetry-kafka-clients-{OpenTelemetryKafkaClientVersion}</artifactId>
<version>{OpenTelemetryAlphaVersion}</version>
</dependency>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions documentation/shared/attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
//distributed tracing versions and links
:OpenTelemetryAlphaVersion: 1.19.0-alpha
:OpenTelemetryVersion: 1.19.0
:OpenTelemetryKafkaClientVersion: 2.6

:OpenTelemetryDocs: link:https://opentelemetry.io/docs/[OpenTelemetry documentation^]
:JaegerDocs: link:https://www.jaegertracing.io/docs/[Jaeger documentation^]
Expand Down

0 comments on commit b8239d7

Please sign in to comment.