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

Commit 33cf00e

Browse files
committed
updated aggregation values
1 parent 0fa28bb commit 33cf00e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
# avoid reformatting into individual lines
5454
# fmt: off
5555
MILLIS_AGGREGATION = view.ExplicitBucketHistogramAggregation(
56-
[
57-
0, 0.01, 0.05, 0.1, 0.3, 0.6, 0.8, 1, 2, 3, 4, 5, 6, 8, 10, 13, 16,
58-
20, 25, 30, 40, 50, 65, 80, 100, 130, 160, 200, 250, 300, 400,
59-
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,
57+
50, 65, 80, 100, 130, 160, 200, 250, 300, 400, 500, 650,
58+
800, 1_000, 2_000, 5_000, 10_000, 20_000, 50_000, 100_000,
59+
200_000, 400_000, 800_000, 1_600_000, 3_200_000
6060
]
6161
)
6262
# fmt: on

0 commit comments

Comments
 (0)