Commit Graph

863 Commits

Author SHA1 Message Date
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
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
吴晟 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 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
吴晟 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
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
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
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
Leibniz.Hu 576550a8db
Add witness class/method for resteasy-server plugin (#722) 2024-10-28 18:07:29 +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
Ricehomesky 01248a2063
Fix problem which lead redisson plugin to throw unnecessary NullPointerException (#700) 2024-06-24 08:48:15 +08:00
Chen Ziyan f736b371d3
Support for tracing the callbacks of async methods in elastiicsearch-6.x/7.x-plugin (#694) 2024-05-28 00:18:56 +08:00
Chen Ziyan ffbd90c3d3
Fix bugs in Redisson plugin (#693) 2024-05-22 14:28:58 +08:00
gzlicanyi b608d74c15
Add a forceIgnoring mechanism to the agent kernel (#689)
IgnoredTracerContext can propagate the unsampled flag into the following tracing context through the invalid snapshot.
2024-05-17 13:43:51 +08:00
Chen Ziyan 4dfc1e85b5
Fix method name missing in spring-plugins:scheduled-annotation-plugin with spring 6.1.x (#691) 2024-05-14 20:21:27 +08:00
Chen Ziyan 7dd7914765
Add pool metrics support for Derby/Sybase/SQLite/DB2/OceanBase jdbc URL format in URLParser (#687) 2024-05-11 21:33:40 +08:00
Chen Ziyan 1e5463c3cc
Fix typos in URLParser. (#686) 2024-05-06 23:49:40 +08:00
Chen Ziyan d37ee271c4
Add support for C3P0 connection pool tracing (#683) 2024-04-26 14:01:13 +08:00
dingjiefei bc20c6e888
remove idleCount in druid plugin (#679) 2024-04-10 22:14:14 +08:00
吴晟 Wu Sheng eb1041675c
Release 9.2.0 begin 9.3.0 dev (#678) 2024-03-31 21:38:08 +08:00
pg.yang 30d60b9c61
Update Jedis 4.x plugin to support Sharding and Cluster models. (#677) 2024-03-31 20:13:03 +08:00
张呈熹 a751e324f6
Support across thread tracing for SOFA-RPC (#675) 2024-03-25 10:53:40 +08:00
cylx3126 466f173f98
Fix not tracing in HttpClient v5 when HttpHost(arg[0]) is null but `RoutingSupport#determineHost` works. (#674)
Skywalking hc5 plugin worked the same as hc4 plugin: if the arg[0] is null, skip creating the exitSpan. this will cause a bug in hc5: when the HttpHost is null but InternalHttpClient determines the host from ClassicHttpRequest, InternalHttpClient will send the request but Skywalking will not record it.
2024-03-12 23:12:34 +08:00
吴晟 Wu Sheng 4adb343091
Archive the expired plugins `impala-jdbc-2.6.x-plugin`. (#673) 2024-03-07 11:31:08 +08:00
Chen Ziyan 5cd52658c6
Support for ActiveMQ-Artemis messaging tracing. (#670) 2024-01-29 16:01:20 +08:00
peachisai eebc4512ec
Convert the Redisson lock span into an async span (#667) 2024-01-21 12:10:39 +08:00
Chen Ziyan bbb177a893
Support tracing for async producing, batch sync consuming, and batch async consuming in rocketMQ-client-java-5.x-plugin (#665) 2024-01-21 10:29:39 +08:00
Chen Ziyan d5b99f9434
add support for HttpExchange along with webflux-webclient-6.x (#664) 2024-01-11 19:58:42 +08:00
Brandon Fergerson 9c7f1316d0
fix: Vertx plugin, 400+ status codes should cause SLA fail (#662) 2024-01-04 08:56:31 +08:00
Gong Dewei 4f2f81e181
Fix re-transform bug when enhanced class proxy parent method (#659) 2023-12-23 00:01:30 +08:00
Chen Ziyan fdc1e97c48
Fix NoSuchMethodError in mvc-annotation-commons&change deprecated method (#658) 2023-12-15 14:45:18 +08:00
吴晟 Wu Sheng 4dd00e97e9
Release 9.1 and begin 9.2.0 (#652) 2023-12-01 23:31:19 -08:00
kezhenxu94 5063985516
Bump up grpc (#650) 2023-11-28 08:58:35 -08:00
Chen Ziyan e71b9e899e
Fix PostgreSQL Jdbc URL parsing exception (#649) 2023-11-17 21:37:13 +08:00
Chen Ziyan 2721438820
Fix Impala Jdbc URL (including schema without properties) parsing exception (#644) 2023-11-02 15:32:31 +08:00
抹布先生M 6c4af4e7d1
Fix oracle lower case tns url parse error. (#11399) (#621) 2023-10-13 04:44:56 -05:00
hxd123456 087475ebbe
Add mongoDB plugin report db instance info (#618)
* [#11252]add mongodb v4 plugin,support report instance info
2023-10-08 11:21:33 +08:00
w2dp 6f80861657
Fix an error status bug in the httpasyncclient plugin (#608)
Co-authored-by: 刘颖 <liuying03196@51shebao.com>
2023-09-14 13:36:29 +08:00
xiaqi1210 922a5001fa
Fix the issue of createSpan failure caused by invalid request URL in HttpClient 4.x/5.x plugin (#603) 2023-09-13 08:17:20 +08:00
袁世超 44b8f669a9
Optimize ElasticSearch 6.x 7.x plugin compatibility (#607) 2023-09-12 14:33:33 +08:00
袁世超 bc7447a2c2
Fix hbase onConstruct NPE in the file configuration scenario (#602) 2023-09-01 09:51:54 +08:00