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

Commit b288f4a

Browse files
committed
WIP
1 parent 6f6e481 commit b288f4a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ public class BuiltinMetricsConstants {
145145
private static final Aggregation AGGREGATION_OUTSTANDING_RPCS_HISTOGRAM =
146146
Aggregation.explicitBucketHistogram(
147147
ImmutableList.of(
148-
0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 12.0, 14.0, 16.0, 18.0, 20.0,
149-
25.0, 30.0, 35.0, 40.0, 45.0, 50.0, 60.0, 70.0, 80.0, 90.0, 100.0, 110.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, 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
150149

151150
static final Set<AttributeKey> COMMON_ATTRIBUTES =
152151
ImmutableSet.of(

0 commit comments

Comments
 (0)