opentelemetry-java-instrume.../instrumentation-core
Mateusz Rzeszutek 93b3a3b289
testing-common refactoring: replace direct AgentTestRunner usage with… (#2134)
* testing-common refactoring: replace direct AgentTestRunner usage with spock spec

* Updated instrumentation docs

* Fix reactor-core library tests

ReactorCoreTest was getting a tracer from GlobalOpenTelemetry before LibraryTestTrait had a change to initialize the SDK
2021-02-01 11:32:25 +01:00
..
reactor-3.1 testing-common refactoring: replace direct AgentTestRunner usage with… (#2134) 2021-02-01 11:32:25 +01:00
servlet-2.2 Update to OTel 0.14.1 (#2059) 2021-01-18 13:02:04 +09:00
README.md Fix typo in readme (#1240) 2020-09-23 15:28:29 +03: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 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/