| Interface | Description |
|---|---|
| TraceDetails |
As classes pass through different transformers registered in the
InstrumentationContextManager, they can add
TraceDetails for methods to the InstrumentationContext. |
| Class | Description |
|---|---|
| Annotation | |
| BridgeUtils | |
| DelegatingTraceDetails | |
| FlyweightTraceMethodVisitor |
Flyweight timers can be created when an instrumented method doesn't participate in transaction traces and is a leaf
(no children).
|
| NoticeSqlVisitor |
If the noticeSql() method signature changes this class will need to be updated.
|
| ParameterAttributeName |
Stores the name of a method parameter attribute and a method matcher.
|
| TraceClassTransformer | |
| TraceClassVisitor | |
| TraceDetailsBuilder | |
| TraceMethodVisitor | |
| TransactionName |