Skip to content

Commit eec4132

Browse files
authored
docs: Add Couchbase Java SDK to supported list (#763)
1 parent b7139d6 commit eec4132

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

docs/en/setup/service-agent/java-agent/Supported-list.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ metrics based on the tracing data.
1212
* Spring MVC 6.x (Optional²)
1313
* [Nutz Web Framework](https://github.com/nutzam/nutz) 1.x
1414
* [Struts2 MVC](http://struts.apache.org/) 2.3.x -> 2.5.x
15-
* Resin 3 (Optional¹)
16-
* Resin 4 (Optional¹)
15+
* Resin 3 (Optional¹), See [SkySPM Plugin Repository](https://github.com/SkyAPM/java-plugin-extensions)
16+
* Resin 4 (Optional¹), See [SkySPM Plugin Repository](https://github.com/SkyAPM/java-plugin-extensions)
1717
* [Jetty Server](http://www.eclipse.org/jetty/) 9.x -> 11.x
18-
* [Spring WebFlux](https://docs.spring.io/spring/docs/current/spring-framework-reference/web-reactive.html) 5.x (Optional¹) -> 6.x (Optional¹)
18+
* [Spring WebFlux](https://docs.spring.io/spring/docs/current/spring-framework-reference/web-reactive.html) 5.x (Optional²) -> 6.x (Optional²)
1919
* [Undertow](http://undertow.io/) 1.3.0.Final -> 2.0.27.Final
2020
* [RESTEasy](https://resteasy.dev/) 3.1.0.Final -> 6.2.4.Final
2121
* [Play Framework](https://www.playframework.com/) 2.6.x -> 2.8.x
@@ -46,7 +46,7 @@ metrics based on the tracing data.
4646
* [Apache ShenYu](https://shenyu.apache.org) (Rich protocol support: `HTTP`,`Spring Cloud`,`gRPC`,`Dubbo`,`SOFARPC`,`Motan`,`Tars`) 2.4.x (Optional²)
4747
* JDBC
4848
* Mysql Driver 5.x, 6.x, 8.x
49-
* Oracle Driver (Optional¹)
49+
* Oracle Driver (Optional¹), See [SkySPM Plugin Repository](https://github.com/SkyAPM/java-plugin-extensions)
5050
* H2 Driver 1.3.x -> 1.4.x
5151
* [ShardingSphere](https://github.com/apache/shardingsphere) 3.0.0, 4.0.0, 4.0.1, 4.1.0, 4.1.1, 5.0.0
5252
* PostgreSQL Driver 8.x, 9.x, 42.x
@@ -83,7 +83,7 @@ metrics based on the tracing data.
8383
* [Pulsar](http://pulsar.apache.org) 2.2.x -> 2.9.x
8484
* [NATS](https://github.com/nats-io/nats.java) 2.14.x -> 2.16.5
8585
* [ActiveMQ-Artemis](https://github.com/apache/activemq) 2.30.0 -> 2.31.2
86-
* Aliyun ONS 1.x (Optional¹)
86+
* Aliyun ONS 1.x (Optional¹), See [SkySPM Plugin Repository](https://github.com/SkyAPM/java-plugin-extensions)
8787
* NoSQL
8888
* [aerospike](https://github.com/aerospike/aerospike-client-java) 3.x -> 6.x
8989
* Redis
@@ -108,6 +108,7 @@ metrics based on the tracing data.
108108
* [hbase-client](https://github.com/apache/hbase) HTable 1.0.0-2.4.2
109109
* Neo4j
110110
* [Neo4j-java](https://neo4j.com/docs/java-manual/current/) 4.x
111+
* [Couchbase Java SDK](https://docs.couchbase.com/java-sdk/current/hello-world/overview.html) 3.8.3 (Optional¹), See [leralik's Plugin Repository](https://github.com/leralik/skywalking-java-agent-couchbase-plugin)
111112
* Service Discovery
112113
* [Netflix Eureka](https://github.com/Netflix/eureka)
113114
* Distributed Coordination
@@ -194,7 +195,7 @@ The meter plugin provides the advanced metrics collections, which are not a part
194195

195196
___
196197
¹Due to license incompatibilities/restrictions these plugins are hosted and released in 3rd part repository,
197-
go to [SkyAPM java plugin extension repository](https://github.com/SkyAPM/java-plugin-extensions) to get these.
198+
the address following the plugin can help you to get it.
198199

199200
²These plugins affect the performance or must be used under some conditions, from experiences. So only released in `/optional-plugins` or `/bootstrap-plugins`, copy to `/plugins` in order to make them work.
200201

0 commit comments

Comments
 (0)