@@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
|
17 | 17 | <dependency>
|
18 | 18 | <groupId>com.google.cloud</groupId>
|
19 | 19 | <artifactId>libraries-bom</artifactId>
|
20 |
| -<version>9.1.0</version> |
| 20 | +<version>10.0.0</version> |
21 | 21 | <type>pom</type>
|
22 | 22 | <scope>import</scope>
|
23 | 23 | </dependency>
|
@@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies:
|
38 | 38 | <dependency>
|
39 | 39 | <groupId>com.google.cloud</groupId>
|
40 | 40 | <artifactId>google-cloud-spanner</artifactId>
|
41 |
| -<version>1.59.0</version> |
| 41 | +<version>1.60.0</version> |
42 | 42 | </dependency>
|
43 | 43 |
|
44 | 44 | ```
|
@@ -157,10 +157,9 @@ with `grpc.io/client/`.
|
157 | 157 | * `cloud.google.com/java/spanner/max_allowed_sessions`: This shows the maximum
|
158 | 158 | number of sessions allowed.
|
159 | 159 |
|
160 |
| -* `cloud.google.com/java/spanner/num_sessions_in_pool`: This metric allows users to |
161 |
| -see number of sessions in the pool. You can breakdown this metric by |
162 |
| -num_in_use_sessions, num_sessions_being_prepared, num_read_sessions and |
163 |
| -num_write_prepared_sessions. |
| 160 | +* `cloud.google.com/java/spanner/in_use_sessions`: This metric allows users to |
| 161 | +see instance-level and database-level data for the total number of sessions in |
| 162 | +use (or checked out from the pool) at this very moment. |
164 | 163 |
|
165 | 164 | * `cloud.google.com/java/spanner/num_acquired_sessions`: This metric allows
|
166 | 165 | users to see the total number of acquired sessions.
|
|
0 commit comments