diff --git a/deploy/joylive-injector/config/bootstrap.properties b/deploy/joylive-injector/config/bootstrap.properties index 522fa5f..0ef25b7 100644 --- a/deploy/joylive-injector/config/bootstrap.properties +++ b/deploy/joylive-injector/config/bootstrap.properties @@ -16,6 +16,7 @@ app.location.cell=${APPLICATION_LOCATION_CELL} app.location.laneSpaceId=${APPLICATION_LOCATION_LANESPACE_ID} app.location.lane=${APPLICATION_LOCATION_LANE} agent.enhance.shutdownOnError=${CONFIG_ENHANCE_SHUTDOWN_ON_ERROR:true} +agent.enhance.excludeApp=${CONFIG_ENHANCE_EXCLUDE_APPS:com.taobao.arthas.boot.Bootstrap,org.netbeans.Main} classloader.contextLoaderEnabled=${CLASSLOADER_CONTEXT_LOADER_ENABLED:true} classloader.core.configExtensions=yaml,yml,xml,json,properties #classloader.core.parentResources= diff --git a/deploy/joylive-injector/config/config.yaml b/deploy/joylive-injector/config/config.yaml index da2c2dc..352bbf8 100644 --- a/deploy/joylive-injector/config/config.yaml +++ b/deploy/joylive-injector/config/config.yaml @@ -9,6 +9,7 @@ agent: excludeInterfaces: null excludeClassLoaders: - com.jd.jr.sgm.agent.loader.ClientLibClassLoader + - com.jd.jr.sgm.agent.loader.ClientAppClassLoader - com.jd.pfinder.profiler.load.InterceptorClassLoader - com.jd.pfinder.profiler.utils.ModuleClassLoader - com.jd.pfinder.profiler.load.ModuleInterceptorClassLoader