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

Commit 7a3e16c

Browse files
committed
WIP
1 parent b288f4a commit 7a3e16c

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,10 @@ public class BuiltinMetricsConstants {
145145
private static final Aggregation AGGREGATION_OUTSTANDING_RPCS_HISTOGRAM =
146146
Aggregation.explicitBucketHistogram(
147147
ImmutableList.of(
148-
0.0, 5.0, 10.0, 15.0, 20.0, 25.0, 30.0, 35.0, 40.0, 45.0, 50.0, 55.0, 60.0, 65.0, 70.0, 75.0, 80.0, 85.0, 90.0, 95.0, 100.0, 105.0, 110.0, 115.0, 120.0, 125.0, 130.0, 135.0, 140.0, 145.0, 150.0, 155.0, 160.0, 165.0, 170.0, 175.0, 180.0, 185.0, 190.0, 195.0, 200.0)); // Added
148+
0.0, 5.0, 10.0, 15.0, 20.0, 25.0, 30.0, 35.0, 40.0, 45.0, 50.0, 55.0, 60.0, 65.0,
149+
70.0, 75.0, 80.0, 85.0, 90.0, 95.0, 100.0, 105.0, 110.0, 115.0, 120.0, 125.0, 130.0,
150+
135.0, 140.0, 145.0, 150.0, 155.0, 160.0, 165.0, 170.0, 175.0, 180.0, 185.0, 190.0,
151+
195.0, 200.0));
149152

150153
static final Set<AttributeKey> COMMON_ATTRIBUTES =
151154
ImmutableSet.of(

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,6 @@ public boolean isAltsChannel() {
676676
return val != null && val;
677677
}
678678

679-
680679
void incrementErrorCount() {
681680
errorCount.incrementAndGet();
682681
}

0 commit comments

Comments
 (0)