类 IgnoreConfigInitializer
java.lang.Object
org.apache.skywalking.apm.plugin.trace.ignore.conf.IgnoreConfigInitializer
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static voidTry to locate `apm-trace-ignore-plugin.config`, which should be in the /optional-plugins/apm-trace-ignore-plugin/ dictionary of agent package.
-
构造器详细资料
-
IgnoreConfigInitializer
public IgnoreConfigInitializer()
-
-
方法详细资料
-
initialize
public static void initialize()Try to locate `apm-trace-ignore-plugin.config`, which should be in the /optional-plugins/apm-trace-ignore-plugin/ dictionary of agent package.Also try to override the config by system.env and system.properties. All the keys in these two places should start with
ENV_KEY_PREFIX. e.g. in env `skywalking.trace.ignore_path=your_path` to override `trace.ignore_path` in apm-trace-ignore-plugin.config file.
-