File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ You can enable Micrometer metrics by adding the following dependencies to your a
9292<dependency>
9393 <groupId>com.couchbase.client</groupId>
9494 <artifactId>metrics-micrometer</artifactId>
95- <version>0.7.7 </version>
95+ <version>3.9.2 </version>
9696</dependency>
9797<dependency>
9898 <groupId>io.quarkus</groupId>
@@ -112,9 +112,4 @@ It is recommended to enable histograms which aren't enabled by default. Configur
112112
113113== Unsupported Features
114114
115- * Connecting to a Cluster using TLS.
116- ** The Capella certificate is packaged with the SDK and trusted by default. This enables the extension to connect to
117- a Capella Cluster with the `couchbases://` connection string in dev mode, however there is currently no exposed config item
118- to specify a certificate path or trust store.
119115* Using the separate `tracing-opentelemetry` package for the Couchbase Java SDK.
120-
You can’t perform that action at this time.
0 commit comments