opentelemetry-java-instrume.../instrumentation-core
Munir Abdinur 5b7304e9f0
Otel-Spring-Contrib: First draft of readme with initial details (#484)
2020-06-09 14:58:20 -07:00
..
aws-sdk/aws-sdk-2.2-core Move client span creation to decorator and automatically suppress creation of neste… (#460) 2020-06-08 12:01:43 -07:00
spring Otel-Spring-Contrib: First draft of readme with initial details (#484) 2020-06-09 14:58:20 -07:00
README.md Separate out core instrumentation for AWS SDK to allow manual setup o… (#421) 2020-05-27 10:43:56 -07:00

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 instrumentatin 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-2.2/
    aws-sdk-2.2/
    aws-sdk-2.2-auto/