Oliver
fb1983937e
[Chore] Fix comment's grammar and modifier's order ( #138 )
2022-04-04 20:34:10 +08:00
xiarixigua
5607f87a54
Fix the bug that maybe causing memory leak and repeated traceId when use gateway-2.1.x-plugin ( #133 )
2022-03-31 13:11:43 +08:00
kezhenxu94
07f2f7c6a1
Pin dead-link-checker to fixed version ( #131 )
2022-03-26 22:52:19 +08:00
Oliver
6eac49dd23
Remove unnecessary InterruptedException catch ( #130 )
2022-03-26 22:14:03 +08:00
吴晟 Wu Sheng
233cce5bb6
Make sure the parent endpoint from existing first ENTRY span ( #129 )
...
* Make sure the parent endpoint in tracing context from existing first ENTRY span, rather than first span only.
2022-03-25 18:58:11 +08:00
吴晟 Wu Sheng
8a0f79743c
Make sure Tomcat thread plugin working in Tomcat 9 ( #128 )
2022-03-24 17:02:37 +08:00
吴晟 Wu Sheng
ff584717d9
Clean doc of previous namespace ( #125 )
2022-03-18 11:47:07 +08:00
吴晟 Wu Sheng
b3ab1aed81
Add cluster concept to the configuration, and enhance namespace concept ( #123 )
...
* [Important] Namespace represents a subnet, such as kubernetes namespace, or 172.10.*.*. Make namespace concept as a part of service naming format.
* [Important] Add cluster concept, also as a part of service naming format. The cluster name would be
1. Add as {@link #SERVICE_NAME} suffix.
2. Add as exit span's peer, ${CLUSTER} / original peer
3. Cross Process Propagation Header's value addressUsedAtClient[index=8] (Target address of this request used on the client end).
* [Breaking Change] Remove deprecated `agent.instance_properties` configuration.
Recommend `agent.instance_properties_json`.
* The namespace and cluster would be reported as instance properties, keys are `namespace` and `cluster`. Notice, if
instance_properties_json includes these two keys, they would be overrided by the agent core.
* [Breaking Change] Remove the namespace from `cross process propagation` key.
2022-03-12 22:33:18 +08:00
Daming
18e5386b72
test: support to the custom base image by configuration ( #122 )
2022-03-07 20:50:57 +08:00
Brandon Fergerson
f328380fbd
Add graphql v16+ plugin ( #121 )
2022-03-06 13:30:05 +08:00
Brandon Fergerson
9ec0940ad9
Renamed graphql-12.x-plugin to graphql-12.x-15.x-plugin ( #120 )
2022-03-06 12:59:44 +08:00
Brandon Fergerson
f29d1f72f8
fix broken cross process ( #119 )
2022-03-06 07:20:07 +08:00
Brandon Fergerson
5014529708
Vertx 4 Core Plugin ( #118 )
2022-03-05 23:22:44 +08:00
Zimmem
2bd58bce7a
fix the trace breaking bugs in WebFlux server and WebClient( #114 )
...
* Fix the bug that maybe generate multiple traces when invoking HTTP requests by Spring WebFlux server and WebClient.
2022-03-01 20:47:18 +08:00
Brandon Fergerson
bf126a6afb
Add witness classes to graphql and vertx-core-3.x plugins ( #113 )
2022-03-01 10:55:11 +08:00
dashanji
74b130c827
add java agent injector link ( #112 )
2022-02-27 18:56:33 +08:00
洪阿南
9efec16c1b
fix Dubbo3.x Context problem #8525 ( #110 )
2022-02-25 12:08:57 +08:00
AlexQin
f0c22f32dd
Ignore the synthetic constructor created by the agent ( #111 )
...
* Resolves #8532 , ignored the synthetic constructor created by java agent
Co-authored-by: qinjunjie <qinjunjie@jiuqi.com.cn>
2022-02-16 18:09:09 +08:00
xiaojianjun
00cf97e425
[Feature] Support collecting database connection pool metric,support dbcp2/druid/hikari ( #96 )
...
* [Feature] Support collecting database connection pool metric,support druid/hikari #8450
* [Feature] Support collecting database connection pool metric,support druid/hikari #8450
* [Feature] Support collecting database connection pool metric,support druid/hikari/dbcp2 #8450
2022-02-11 15:02:57 +08:00
wallezhang
a48a16b6d6
Add plugin to support google guava EventBus ( #107 )
...
* feat: Add Guava EventBus plugin
* refactor: Remove serviceComb 1.0.0 from the test matric to avoid the influence of guava-event-bus plugin on scenario test results.
2022-02-10 20:24:17 +08:00
吴晟 Wu Sheng
4c71b72817
Remove plugin for ServiceComb Java Chassis 0.x with plugin tests. ( #108 )
2022-02-09 19:35:35 +08:00
xu1009
add2bbf208
Feature/support tomcat thread pool ( #105 )
2022-02-07 08:08:43 +08:00
吴晟 Wu Sheng
9600fdf06d
Fix typo ( #104 )
...
* Fix typo
* Update CHANGES.md
2022-01-30 12:18:32 +08:00
吴晟 Wu Sheng
8dea8a915b
Update CHANGES.md ( #103 )
2022-01-30 11:44:30 +08:00
xu1009
65bfd386ee
change Z ( #102 )
2022-01-30 00:00:00 +08:00
xu1009
8e3213bd2c
Support thread pool metric collect ( #95 )
...
Co-authored-by: litexu <litexu@tencent.com>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2022-01-29 15:45:46 +08:00
吴晟 Wu Sheng
395ce4f86a
Release 8.9.0 and set next version to 8.10.0 ( #101 )
...
* [maven-release-plugin] prepare release v8.9.0
* [maven-release-plugin] prepare for next development iteration
2022-01-28 21:23:43 +08:00
吴晟 Wu Sheng
5bd41ec0af
Bump up gRPC to 1.44.0, fix relative CVEs. ( #100 )
2022-01-28 16:01:44 +08:00
Dachuan J
fd1f4fe609
Support for ShardingSphere 5.0.0 ( #98 )
...
* Update ShardingSphere to 5.0.0
* Change docs
2022-01-28 10:57:23 +08:00
吴晟 Wu Sheng
592fe29d13
Lock the Spring version in plugin test. ( #99 )
...
* Lock the Spring version in plugin test.
2022-01-28 09:33:51 +08:00
kezhenxu94
75cc77de10
Migrate base images to Temurin and add images for ARM ( #97 )
2022-01-26 16:09:44 +08:00
吴晟 Wu Sheng
b7bb3f818b
Remove mesos from readme ( #94 )
2022-01-17 19:19:27 +08:00
ArjenDavid-sjtu
8a1dae348c
Support configuration to collect redis parameters for jedis plugin ( #91 )
...
Co-authored-by: 温嘉鸣 <wenjiaming@shouqianba.com>
2022-01-14 00:50:40 +08:00
xu1009
634cf279a9
Support collecting metrics of ZGC ( #89 )
...
Co-authored-by: litexu <litexu@tencent.com>
2022-01-13 15:11:00 +08:00
吴晟 Wu Sheng
7b160b5fec
Follow protocol grammar fix `GCPhrase -> GCPhase` ( #90 )
2022-01-12 23:10:58 +08:00
wuwen
dfda1aafca
Compatible with the versions after dubbo-2.7.14 ( #88 )
...
The ```rpcContext.getAttachments()``` method returns is a copy Map
2022-01-12 19:36:15 +08:00
吴晟 Wu Sheng
b92659c0c4
Update year to 2022. ( #87 )
2022-01-03 17:28:09 +08:00
Ze
96ea77cf8f
Fix the bug that httpasyncclient-4.x-plugin puts the dirty tracing context in the connection context ( #86 )
2021-12-21 11:16:26 +08:00
PepoRobert
61e0e6de7b
Fix httpasyncclient-4.x-plugin's memory leak risk ( #85 )
2021-12-19 15:16:09 +08:00
Daniel Qian
ff5de395a0
Enhance `returnedObj` expression to support Array, List and Map ( #84 )
...
* Enhance `returnedObj` expression to support Array, List and Map for apm-customize-enhance-plugin and `@Tag`
* update doc & add UnitTest for @Tag annotation
* update e2e test accordingly
2021-12-15 15:00:22 +08:00
Daniel Qian
bc90371daa
Add returnedObj expression support for apm-customize-enhance-plugin ( #83 )
...
* issue #8292 , add returnedObj expression support for apm-customize-enhance-plugin
* update apm-customize-enhance-plugin use plugin V2 API
2021-12-14 22:34:25 +08:00
geekymv
2ba2e1964d
Fix comments ( #82 )
2021-12-10 20:28:33 +08:00
DominikHubacek
438f287961
Fix <TracePathMatcher should match pattern "**" with paths end by "/"> ( #81 )
...
Co-authored-by: Dominik Hubacek <dominik.hubacek@student.tuke.sk>
Co-authored-by: Kanro <higan@live.cn>
2021-12-10 19:45:39 +08:00
tedli
ee5bb80fc3
dubbo3 plugin support ( #73 )
2021-12-10 14:35:30 +08:00
wallezhang
2557749617
feat: Support version 2.8 and 2.9 of pulsar client ( #76 )
...
* feat: Support version 2.8.0+ of pulsar client
* refactor: Rename pulsar-plugin to pulsar-2.2-2.7-plugin
2021-12-06 17:25:04 +08:00
BuYan
3c967c146b
[ #8227 ] adjust trySampling() comments ( #80 )
2021-12-02 16:40:16 +08:00
Daniel Qian
3b93a9c398
Optimize ProfileTaskChannelService ( #78 )
...
related issue https://github.com/apache/skywalking/issues/8221
1. Avoid ProfileTaskChannelService.addProfilingSnapshot throw IllegalStateException(Queue full)
2. Increase ProfileTaskChannelService.snapshotQueue default size from 50 to 4500
2021-12-02 15:14:34 +08:00
Daniel Qian
ce609dbabe
Add doc about system environment variables to configurations.md ( #79 )
2021-12-02 11:24:49 +08:00
kezhenxu94
c49c9d3f52
Correct the CHANGELOG about gRPC version ( #75 )
2021-11-29 17:33:55 +08:00
kezhenxu94
005e334dbc
Upgrade grpc-java to 1.42.1 and protoc to 3.19.1 to allow using native Mac osx-aarch_64 artifacts ( #74 )
2021-11-29 11:59:17 +08:00