diff --git a/README.md b/README.md index 906bf7ec93..7fd9999539 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file com.google.cloud libraries-bom - 9.1.0 + 10.0.0 pom import @@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-spanner - 1.59.0 + 1.60.0 ``` @@ -157,10 +157,9 @@ with `grpc.io/client/`. * `cloud.google.com/java/spanner/max_allowed_sessions`: This shows the maximum number of sessions allowed. -* `cloud.google.com/java/spanner/num_sessions_in_pool`: This metric allows users to - see number of sessions in the pool. You can breakdown this metric by - num_in_use_sessions, num_sessions_being_prepared, num_read_sessions and - num_write_prepared_sessions. +* `cloud.google.com/java/spanner/in_use_sessions`: This metric allows users to + see instance-level and database-level data for the total number of sessions in + use (or checked out from the pool) at this very moment. * `cloud.google.com/java/spanner/num_acquired_sessions`: This metric allows users to see the total number of acquired sessions. diff --git a/synth.metadata b/synth.metadata index 89c09172c8..4c8e180c23 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-spanner.git", - "sha": "77398f2771d5531b8f703c17df694dc77e42f35f" + "sha": "af9563098241b7c9030e83502ccc80e7038f982b" } }, {