Skip to content

Commit 6ae6d5d

Browse files
chore: generate libraries at Tue Feb 24 19:56:14 UTC 2026
1 parent 5eb88e7 commit 6ae6d5d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/internal/csm/metrics/ClientChannelPoolOutstandingRpcs.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ public void record(
4646
rpcCount,
4747
getSchema()
4848
.createResourceAttrs(clientInfo)
49-
.put(
50-
MetricLabels.TRANSPORT_TYPE,
51-
Util.transportTypeToString(transportType))
49+
.put(MetricLabels.TRANSPORT_TYPE, Util.transportTypeToString(transportType))
5250
.put(MetricLabels.CHANNEL_POOL_LB_POLICY, lbPolicy.name())
5351
.put(MetricLabels.STREAMING_KEY, isStreaming)
5452
.build());

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/internal/csm/metrics/ClientDpCompatGuage.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ private Recorder(Meter meter) {
2727
.gaugeBuilder(NAME)
2828
.ofLongs()
2929
.setDescription(
30-
"Reports 1 if the environment is eligible for DirectPath, 0 otherwise. Based on an attempt at startup.")
30+
"Reports 1 if the environment is eligible for DirectPath, 0 otherwise. Based on"
31+
+ " an attempt at startup.")
3132
.setUnit("1")
3233
.build();
3334
}

0 commit comments

Comments
 (0)