This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a change to branch workid2name
in repository https://gitbox.apache.org/repos/asf/skywalking.git.
from e8caf4b Remote metrics and inventory classes mapping too.
add b1dea4c Provide a configuration to control the length of the peer
field (#3105)
add 5d5e921 Merge branch 'master' into workid2name
No new revisions were added by this update.
Summary of changes:
.../skywalking/apm/agent/core/conf/Config.java | 6 ++++
.../agent/core/conf/SnifferConfigInitializer.java | 18 ++++------
.../apm/agent/core/context/util/PeerFormat.java} | 24 +++++++------
.../{MethodUtilTest.java => PeerFormatTest.java} | 14 ++++----
...nstructorWithListHostAndPortArgInterceptor.java | 6 ++--
...uctorWithListHostAndPortArgInterceptorTest.java | 31 ++++++++++++++--
.../v11/ConsumerConstructorInterceptorTest.java | 4 +--
.../redisson/v3/ConnectionManagerInterceptor.java | 9 ++---
.../RedisClusterClientConstructorInterceptor.java | 3 +-
.../v5/RedisChannelWriterInterceptorTest.java | 17 +++++++++
.../lettuce/v5/mock/MockRedisClusterClient.java} | 42 +++++++++++++++++-----
...kRedisClusterClientConstructorInterceptor.java} | 14 ++++----
docs/en/setup/service-agent/java-agent/README.md | 3 +-
13 files changed, 135 insertions(+), 56 deletions(-)
copy
apm-sniffer/apm-agent-core/src/{test/java/org/apache/skywalking/apm/agent/core/context/util/SegmentHelper.java
=>
main/java/org/apache/skywalking/apm/agent/core/context/util/PeerFormat.java}
(65%)
copy
apm-sniffer/apm-agent-core/src/test/java/org/apache/skywalking/apm/agent/core/util/{MethodUtilTest.java
=> PeerFormatTest.java} (71%)
copy
apm-sniffer/{apm-sdk-plugin/redisson-3.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/redisson/v3/RedisClientConstructorInterceptor.java
=>
optional-plugins/lettuce-5.x-plugin/src/test/java/org/apache/skywalking/apm/plugin/lettuce/v5/mock/MockRedisClusterClient.java}
(54%)
copy
apm-sniffer/optional-plugins/lettuce-5.x-plugin/src/{main/java/org/apache/skywalking/apm/plugin/lettuce/v5/RedisClusterClientConstructorInterceptor.java
=>
test/java/org/apache/skywalking/apm/plugin/lettuce/v5/mock/MockRedisClusterClientConstructorInterceptor.java}
(75%)