You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/01/12 08:07:17 UTC

[skywalking] branch percentile updated (b1e6007 -> cef90ee)

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

wusheng pushed a change to branch percentile
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


    from b1e6007  Use avg resp time to apdex in the TTL test.
     add dcb71cd  Optimize trace ignore plugin (#4209)
     add cef90ee  Merge branch 'master' into percentile

No new revisions were added by this update.

Summary of changes:
 .../trace/ignore/TraceIgnoreExtendService.java     |  29 +--
 .../trace/ignore/matcher/AntPathMatcher.java       | 251 ---------------------
 .../trace/ignore/matcher/FastPathMatcher.java      | 156 +++++++++++++
 .../apm/plugin/trace/ignore/TraceIgnoreTest.java   |  16 +-
 .../plugin/trace/ignore/TracePathMatcherTest.java  |  62 +++--
 5 files changed, 229 insertions(+), 285 deletions(-)
 delete mode 100644 apm-sniffer/optional-plugins/trace-ignore-plugin/src/main/java/org/apache/skywalking/apm/plugin/trace/ignore/matcher/AntPathMatcher.java
 create mode 100644 apm-sniffer/optional-plugins/trace-ignore-plugin/src/main/java/org/apache/skywalking/apm/plugin/trace/ignore/matcher/FastPathMatcher.java