Skip to content

Commit def7fdf

Browse files
docs: updates bom and spanner version in readme (#415)
1 parent 46264d1 commit def7fdf

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -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.

synth.metadata

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-spanner.git",
7-
"sha": "77398f2771d5531b8f703c17df694dc77e42f35f"
7+
"sha": "af9563098241b7c9030e83502ccc80e7038f982b"
88
}
99
},
1010
{

0 commit comments

Comments
 (0)