public class IgnoreConfigInitializer extends Object
| Constructor and Description |
|---|
IgnoreConfigInitializer() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static void initialize()
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.
Copyright © 2021 The Apache Software Foundation. All rights reserved.