Skip to content

Commit 6466b27

Browse files
authored
Update trace-ignore-plugin.md (#452)
/agent/optional-plugins/apm-trace-ignore-plugin/apm-trace-ignore-plugin.config does not exist anymore, `optional-plugins` contains no folder in the latest release.
1 parent b4bf6fd commit 6466b27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/en/setup/service-agent/java-agent/agent-optional-plugins/trace-ignore-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Sampling still works when the trace ignores plug-in activation.
1313
## How to configure
1414
There are two ways to configure ignore patterns. Settings through system env has higher priority.
1515
1. Set through the system environment variable,you need to add `skywalking.trace.ignore_path` to the system variables, the value is the path that you need to ignore, multiple paths should be separated by `,`
16-
2. Copy`/agent/optional-plugins/apm-trace-ignore-plugin/apm-trace-ignore-plugin.config` to `/agent/config/` dir, and add rules to filter traces
16+
2. Create file named as `apm-trace-ignore-plugin.config` in `/agent/config/` dir, and add rules to filter traces
1717
```
1818
trace.ignore_path=/your/path/1/**,/your/path/2/**
1919
```

0 commit comments

Comments
 (0)