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/09/18 15:51:53 UTC

[incubator-skywalking] branch adjust-agent-setting updated: Fix a wrong name.

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

wusheng pushed a commit to branch adjust-agent-setting
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/adjust-agent-setting by this push:
     new 3ae7aee  Fix a wrong name.
3ae7aee is described below

commit 3ae7aee0493070a83b7a5e96adcad066e5cbcdf6
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Sep 18 23:51:34 2018 +0800

    Fix a wrong name.
---
 .../src/main/java/org/apache/skywalking/apm/agent/SkyWalkingAgent.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apm-sniffer/apm-agent/src/main/java/org/apache/skywalking/apm/agent/SkyWalkingAgent.java b/apm-sniffer/apm-agent/src/main/java/org/apache/skywalking/apm/agent/SkyWalkingAgent.java
index dbfb4da..3938966 100644
--- a/apm-sniffer/apm-agent/src/main/java/org/apache/skywalking/apm/agent/SkyWalkingAgent.java
+++ b/apm-sniffer/apm-agent/src/main/java/org/apache/skywalking/apm/agent/SkyWalkingAgent.java
@@ -77,7 +77,7 @@ public class SkyWalkingAgent {
             .ignore(nameStartsWith("org.slf4j."))
             .ignore(nameStartsWith("org.apache.logging."))
             .ignore(nameStartsWith("org.apache.skywalking"))
-            .or(nameStartsWith("org.groovy."))
+            .ignore(nameStartsWith("org.groovy."))
             .ignore(nameContains("javassist"))
             .ignore(nameContains(".asm."))
             .type(pluginFinder.buildMatch())