kazusa
9ec0eb009f
agent源码注释
2025-07-18 18:09:33 +08:00
lhl
b7139d6b80
Upgrade bytebuddy to 1.17.6 ( #761 )
2025-06-28 22:49:43 +08:00
changhao.ni
b1f18f36ba
Feature: Support for tracking for lettuce versions 6.5+ ( #760 )
2025-06-25 11:41:46 +08:00
ayue
7f9287fcb1
Fix: RabbitMQ Consumer could not receive handleCancelOk callback( #13334 ) ( #759 )
...
Signed-off-by: ayue <ericyu0421@163.com>
2025-06-21 12:20:28 +08:00
saber-wang
6c74815fdf
Add support for dameng(DM) JDBC URL format in URLParser ( #758 )
...
* [Feature] Add URLParser for dameng(DM)
2025-06-10 11:59:05 +08:00
tjuwangning
529d6d7eb3
fix parent class enhance issue ( #757 )
2025-05-28 11:26:05 +08:00
吴晟 Wu Sheng
9e80a4c85b
Fix MeterService NPE as not initialized in so11y plugin. ( #755 )
2025-05-13 14:33:52 +08:00
Evgeniy Devyatykh
f971bcf0fd
To prevent NPE use pool name for metrics if JDBC URL is not set. ( #754 )
...
HikariCP pool can be configured using JDBC URL:
```
HikariConfig config = new HikariConfig();
config.setJdbcUrl("jdbc:mysql://localhost:3306/simpsons");
```
or using data source properties
```
Properties props = new Properties();
props.setProperty("dataSourceClassName", "org.postgresql.ds.PGSimpleDataSource");
props.setProperty("dataSource.serverName", "localhost");
...
HikariConfig config = new HikariConfig(props);
HikariDataSource ds = new HikariDataSource(config)
```
2025-05-07 21:14:51 +08:00
GuoHaoZai
49d19464a7
Fix Conflicts apm-jdk-threadpool-plugin conflicts with apm-jdk-forkjoinpool-plugin ( #753 )
2025-04-29 19:12:22 +08:00
peachisai
f67fe0f7fd
Add the javadoc plugin for virtual thread executor plugin ( #752 )
2025-03-09 14:45:32 +08:00
peachisai
35856b4bca
Add the virtual thread executor plugin ( #751 )
2025-03-09 09:39:41 +08:00
吴晟 Wu Sheng
534a80c74c
Release 9.4.0 and prepare 9.5.0 ( #750 )
...
* [maven-release-plugin] prepare release v9.4.0
* [maven-release-plugin] prepare for next development iteration
* Update change logs.
---------
Co-authored-by: Wu Sheng <“wu.sheng@foxmail.com”>
2025-02-19 23:03:01 +08:00
wangcanfeng
4183bac83b
Polish URLParserTest.java as tested method is static. ( #749 )
...
Don't need to create an instance to verify static method.
2025-01-24 14:54:56 +10:00
jiangyuan
affbaa8bfd
Fix ConsumeDriver running status ( #748 )
2025-01-19 21:44:47 +11:00
yqw570994511
35495375d0
[Feature] Support for tracking in spring gateway versions 4.1.2 and above ( #747 )
2025-01-11 18:09:42 +08:00
jiangyuan
31bf638213
Simplify plugin.dest.dir property in pom.xml ( #746 )
2025-01-10 23:39:35 +08:00
weixiang1862
b358267905
Add Undertow 2.1.7.final+ worker thread pool metrics. ( #744 )
2024-12-30 21:13:09 +08:00
Zixin Zhou
d53f04b7bf
Add Caffeine plugin as optional ( #743 )
2024-12-29 08:16:05 +08:00
吴晟 Wu Sheng
b0d5bc16f4
Polish ( #742 )
2024-12-27 12:10:55 +08:00
吴晟 Wu Sheng
1431cad945
Enhance gRPC server side async support. ( #741 )
...
Change context and parent entry span propagation mechanism from gRPC ThreadLocal context to SkyWalking native dynamic field as new propagation mechanism, to better support async scenarios.
2024-12-27 09:42:34 +08:00
吴晟 Wu Sheng
b4ad5b1960
Enhance optional plugin docs for Spring Gateway. ( #740 )
2024-12-16 17:51:28 +08:00
yqw570994511
be3d09240a
[Feature] Support Tracing for GlobalFilter and GatewayFilter in Gateway ( #736 )
2024-12-16 15:03:14 +08:00
youjie23
26600e76e2
Fix CreateAopProxyInterceptor in the Spring core-patch indeed changes the implementation of the Spring AOP proxy ( #739 )
2024-12-15 19:26:40 +08:00
吴晟 Wu Sheng
18e971c48e
Bump gRPC and netty. ( #737 )
2024-12-11 11:49:46 +08:00
吴晟 Wu Sheng
f63a99277e
Bump up actions/cache to v4 ( #735 )
2024-12-10 09:53:40 +08:00
ruoji
7e200bbbb0
fix: rm tomcat-10x-plugin version ( #734 )
...
Co-authored-by: Youliang Feng <youliang.feng@zoom.us>
2024-12-04 14:33:13 +08:00
zhengziyi0117
26ef911aea
fix: async profiler max duration && reduce memory allocation when sending jfr ( #733 )
2024-12-02 16:12:12 +08:00
Zixin Zhou
cb764a7849
Add empty judgment for constructorInterceptPoint ( #732 )
2024-11-29 15:29:11 +08:00
jiangyuan
2059fd4cb7
Improve CustomizeConfiguration by avoiding repeatedly resolve file config ( #730 )
2024-11-28 17:05:32 +08:00
youjie23
fc86413aae
Support mongo ``db.instance`` tag、``db.collection`` tag and ``AggregateOperation`` span in mongodb-3.x-plugin and mongodb-4.x-plugin ( #728 )
2024-11-28 13:20:50 +08:00
吴晟 Wu Sheng
860c93c3c1
Fix deadlinks ( #729 )
2024-11-27 10:26:15 +08:00
zhengziyi0117
f0245864e4
fix: shade async-profiler packages ( #727 )
2024-11-05 20:25:16 +08:00
zhengziyi0117
26e59485cc
fix: jdk8 send jfr data error ( #725 )
2024-10-31 17:31:33 +08:00
zhengziyi0117
54a3372a8f
Add async-profiler feature CHANGES.md ( #724 )
2024-10-30 18:52:56 +08:00
zhengziyi0117
2027a98b1e
Support async profiler feature ( #720 )
2024-10-30 17:22:33 +08:00
Leibniz.Hu
576550a8db
Add witness class/method for resteasy-server plugin ( #722 )
2024-10-28 18:07:29 +08:00
吴晟 Wu Sheng
615a1b11bb
Change so11y menu ( #719 )
2024-09-24 09:45:16 +08:00
yizhouw11
5c4970b519
Fix intermittent ClassCircularityError by preloading ThreadLocalRandom since ByteBuddy 1.12.11 ( #718 )
2024-09-23 15:32:23 +08:00
weixiang1862
7536424165
Add agent self-observability. ( #716 )
2024-09-15 18:04:09 +08:00
Wan Kai
aa24777193
Bump up skywalking-infra-e2e to work around GHA removing `docker-compose` v1. ( #713 )
2024-08-05 22:27:43 +08:00
pg.yang
24ec663a34
Upgrade nats plugin to expand support to 2.16.5 ( #711 )
2024-07-27 12:36:04 +08:00
吴晟 Wu Sheng
92b09c9d79
Released 9.3.0 and start 9.4.0 ( #710 )
...
* [maven-release-plugin] prepare release v9.3.0
* [maven-release-plugin] prepare for next development iteration
* Create changes-9.3.0.md
* Update CHANGES.md
2024-07-26 06:49:38 +08:00
darkness-2nd
744eb1e5d8
Support Kafka 3.7+ ( #707 )
2024-07-25 16:33:03 +08:00
w2dp
2e08217688
Fixed issues in the MySQL component where the executeBatch method could result in empty SQL statements . ( #702 )
2024-07-01 17:01:00 +08:00
寻找的人
0fc3cd86e8
Add a plugin that supports the Solon framework. ( #697 )
2024-06-29 09:44:23 +08:00
吴晟 Wu Sheng
002a4557c4
Fix RESTEasy link 404 ( #701 )
2024-06-24 09:40:05 +08:00
Ricehomesky
01248a2063
Fix problem which lead redisson plugin to throw unnecessary NullPointerException ( #700 )
2024-06-24 08:48:15 +08:00
jiangyunpeng
8200cf2b51
Improve 4x performance of ContextManagerExtendService.createTraceContext() ( #698 )
2024-06-22 10:34:41 +08:00
吴晟 Wu Sheng
e54d8a534c
Remove Oracle scenario from testing. ( #699 )
2024-06-22 09:36:26 +08:00
xiaqi1210
3a96458495
Fix the opentracing toolkit SPI config ( #696 )
2024-06-06 17:33:07 +08:00