@@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
1717 <dependency >
1818 <groupId >com.google.cloud</groupId >
1919 <artifactId >libraries-bom</artifactId >
20- <version >9.1 .0</version >
20+ <version >10.0 .0</version >
2121 <type >pom</type >
2222 <scope >import</scope >
2323 </dependency >
@@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies:
3838<dependency >
3939 <groupId >com.google.cloud</groupId >
4040 <artifactId >google-cloud-spanner</artifactId >
41- <version >1.59 .0</version >
41+ <version >1.60 .0</version >
4242</dependency >
4343
4444```
@@ -157,10 +157,9 @@ with `grpc.io/client/`.
157157* ` cloud.google.com/java/spanner/max_allowed_sessions ` : This shows the maximum
158158 number of sessions allowed.
159159
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.
164163
165164* ` cloud.google.com/java/spanner/num_acquired_sessions ` : This metric allows
166165 users to see the total number of acquired sessions.
0 commit comments