| Interface | Description |
|---|---|
| Instrumenter |
Interface for plug-ins that add bytecode instrumentation.
|
| Class | Description |
|---|---|
| ContextTrampolineInitializer |
Initializes the
ContextTrampoline with a concrete ContextStrategy. |
| ExecutorInstrumentation |
Propagates the context of the caller of
Executor.execute(java.lang.Runnable) to the submitted Runnable, just like the Microsoft .Net Framework propagates the System.Threading.ExecutionContext. |
| ThreadInstrumentation |
Propagates the context of the caller of
Thread.start() to the new thread, just like the
Microsoft .Net Framework propagates the System.Threading.ExecutionContext. |
| TraceTrampolineInitializer |
Initializes the
TraceTrampoline with a concrete TraceStrategy. |
| UrlInstrumentation |
Wraps the execution of
URL.getContent() in a trace span. |