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

Commit 1bf566c

Browse files
committed
changed buckets
1 parent e428bf0 commit 1bf566c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

google/cloud/bigtable/data/_metrics/handlers/gcp_exporter.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
# fmt: off
5454
MILLIS_AGGREGATION = view.ExplicitBucketHistogramAggregation(
5555
[
56-
0, 0.01, 0.05, 0.1, 0.3, 0.6, 0.8, 1, 2, 3, 4, 5, 6, 8, 10, 13, 16,
57-
20, 25, 30, 40, 50, 65, 80, 100, 130, 160, 200, 250, 300, 400,
58-
500, 650, 800, 1000, 2000, 5000, 10000, 20000, 50000, 100000,
56+
0, 1, 2, 3, 4, 5, 6, 8, 10, 13, 16, 20, 25, 30, 40, 50, 65, 80, 100,
57+
130, 160, 200, 250, 300, 400, 500, 650, 800, 1000, 2000, 5000, 10_000,
58+
20_000, 50_000, 100_000, 200_000, 400_000, 800_000, 1_600_000, 3_200_000
5959
]
6060
)
6161
# fmt: on

0 commit comments

Comments
 (0)