opentelemetry-java-instrume.../instrumentation-core
dengliming 037949633f
Update README.md in instrumentation-core (#1126)
2020-08-29 22:05:18 -07:00
..
reactor-3.1 Create abstraction for library dependencies for instrumentation. (#977) 2020-08-19 08:57:31 +09:00
servlet Update to latest otel-java snapshot (#1057) 2020-08-26 22:03:28 +03:00
README.md Update README.md in instrumentation-core (#1126) 2020-08-29 22:05:18 -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/
    aws-sdk-2.2/
      auto/