Skip to content

Commit

Permalink
Merge pull request #72 from signalfx/add-compatible-api-version
Browse files Browse the repository at this point in the history
specify compatible otel API versions to extend manual instrumentation
  • Loading branch information
brianashby authored Jan 8, 2021
2 parents f7f4435 + 063bf1d commit 9fdd586
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 API version 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 9fdd586

Please sign in to comment.