Package io.opentelemetry.javaagent.extension.ignore
-
Interface Summary Interface Description IgnoredTypesBuilder This interface defines different ways to ignore/allow instrumenting classes or packages.IgnoredTypesConfigurer AnIgnoredTypesConfigurercan 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.