Skip to content

Commit

Permalink
specify compatible otel API versions to extend manual instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
brianashby committed Jan 7, 2021
1 parent f7f4435 commit 72cdcd8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ For more options see [here](https://github.com/open-telemetry/opentelemetry-java
Documentation on how to manually instrument a Java application are available
[here](https://github.com/open-telemetry/opentelemetry-java-instrumentation#manually-instrumenting).

To extend the instrumentation with the OpenTelemetry Instrumentation for Java,
you have to use a compatible API version. The Splunk distribution of
OpenTelemetry Java Instrumentation version 0.4.0 is compatible with the
OpenTelemetry Instrumentation for Java version 0.12.0 and 0.12.1.

## Inject trace and span ID into logs

Documentation on how to inject trace context into logs is available
Expand Down

0 comments on commit 72cdcd8

Please sign in to comment.