Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 65bc9e5

Browse files
chore: generate libraries at Thu Nov 6 22:08:37 UTC 2025
1 parent 402b552 commit 65bc9e5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/stub/metrics/ChannelPoolMetricsTracer.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ public ChannelPoolMetricsTracer(OpenTelemetry openTelemetry, Attributes commonAt
5959
.histogramBuilder(OUTSTANDING_RPCS_PER_CHANNEL_NAME)
6060
.ofLongs()
6161
.setDescription(
62-
"A distribution of the number of outstanding RPCs per connection in the client pool, sampled periodically.")
62+
"A distribution of the number of outstanding RPCs per connection in the client"
63+
+ " pool, sampled periodically.")
6364
.setUnit("1")
6465
.build();
6566

0 commit comments

Comments
 (0)