You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/06/11 13:29:24 UTC

[incubator-skywalking] branch optional-plugin-doc updated: Change some words.

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch optional-plugin-doc
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/optional-plugin-doc by this push:
     new a763107  Change some words.
a763107 is described below

commit a763107018d24d6553581143546c9f32ad368241
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Mon Jun 11 21:29:13 2018 +0800

    Change some words.
---
 apm-sniffer/optional-plugins/trace-ignore-plugin/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apm-sniffer/optional-plugins/trace-ignore-plugin/README.md b/apm-sniffer/optional-plugins/trace-ignore-plugin/README.md
index 55e4bb0..89195e4 100644
--- a/apm-sniffer/optional-plugins/trace-ignore-plugin/README.md
+++ b/apm-sniffer/optional-plugins/trace-ignore-plugin/README.md
@@ -10,7 +10,7 @@ Here is an optional plugin `apm-trace-ignore-plugin`
 ## How to configure
 There are two ways to configure ignore patterns. Settings through system env has higher priority.
  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 `,`
- 2. Copy`/agent/optional-plugins/apm-trace-ignore-plugin/apm-trace-ignore-plugin.config` to `/agent/config/` dir, And add settings
+ 2. Copy`/agent/optional-plugins/apm-trace-ignore-plugin/apm-trace-ignore-plugin.config` to `/agent/config/` dir, and add rules to filter traces
 ```
 trace.ignore_path=/your/path/1/**,/your/path/2/**
 ```

-- 
To stop receiving notification emails like this one, please contact
wusheng@apache.org.