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

Commit 8a3f877

Browse files
committed
feat(bigtable): add internal grpc subconnections metric
k
1 parent a4eeb09 commit 8a3f877

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public class BuiltinMetricsConstants {
130130
GRPC_XDS_SERVER_KEY.getKey(),
131131
GRPC_XDS_RESOURCE_TYPE_KEY.getKey()))
132132
// TODO: "grpc.xds_client.resources"
133-
// New gRPC subchannel metrics from cl/819914383
133+
// gRPC subchannel metrics
134134
.put(
135135
"grpc.subchannel.disconnections",
136136
ImmutableSet.of(

0 commit comments

Comments
 (0)