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

Commit 37bf5ee

Browse files
committed
fix
1 parent 20ce707 commit 37bf5ee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/gaxx/grpc/BigtableTransportChannelProvider.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ public TransportChannel getTransportChannel() throws IOException {
168168
if (channelPoolMetricsTracer != null) {
169169
channelPoolMetricsTracer.registerChannelInsightsProvider(btChannelPool::getChannelInfos);
170170
channelPoolMetricsTracer.registerLoadBalancingStrategy(
171-
btPoolSettings.getLoadBalancingStrategy().name());
171+
btPoolSettings.getLoadBalancingStrategy().name());
172+
}
172173

173174
return GrpcTransportChannel.create(btChannelPool);
174175
}

0 commit comments

Comments
 (0)