All Classes and Interfaces

Class
Description
This class is a supplement to ByteBuddy's ElementMatchers - it provides some custom matcher implementations that might be useful for instrumentation purposes.
AgentListener can be used to execute code before/after Java agent installation, for example to install any implementation providers that are used by instrumentations.
A service provider that allows to override default OTel agent configuration.
 
This interface defines different ways to ignore/allow instrumenting classes or packages.
An IgnoredTypesConfigurer can be used to augment built-in instrumentation restrictions: ignore some classes and exclude them from being instrumented, or explicitly allow them to be instrumented if the agent ignored them by default.
Instrumentation module groups several connected TypeInstrumentations together, sharing classloader matcher, helper classes, muzzle safety checks, etc.
 
Interface representing a single type instrumentation.
This interface represents type transformations that can be applied to a type instrumented using TypeInstrumentation.