* Liberty server span handling * review fixes * review fixes * add doc about using compile stubs * Update instrumentation/liberty/liberty/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/liberty/LibertyInstrumentationModule.java Co-authored-by: Nikita Salnikov-Tarnovski <gnikem@gmail.com> * Update instrumentation/liberty/liberty/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/liberty/ThreadLocalContext.java Co-authored-by: Nikita Salnikov-Tarnovski <gnikem@gmail.com> * add links to advice classes * add commnet, remove unneeded dependency Co-authored-by: Nikita Salnikov-Tarnovski <gnikem@gmail.com> |
||
---|---|---|
.. | ||
reactor-3.1 | ||
servlet-2.2 | ||
README.md |
README.md
Instrumentation Core
These modules for the core logic for library instrumentation. instrumentation should add core logic here which can be set up manually by a user, and agent-specific code for automatically setting up the instrumentation in that folder.
Note, we are currently working on separating instrumentation projects so that their core parts can be accessed by users not using the agent. Due to the current Gradle setup, we have these two top-level folders, instrumentation and instrumentation-core, but eventually we want to move to flattening them into something like
instrumentation/
aws-sdk/
aws-sdk-2.2/
auto/