Skip to content

Commit

Permalink
changed buckets
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Feb 9, 2024
1 parent e428bf0 commit 1bf566c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions google/cloud/bigtable/data/_metrics/handlers/gcp_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
# fmt: off
MILLIS_AGGREGATION = view.ExplicitBucketHistogramAggregation(
[
0, 0.01, 0.05, 0.1, 0.3, 0.6, 0.8, 1, 2, 3, 4, 5, 6, 8, 10, 13, 16,
20, 25, 30, 40, 50, 65, 80, 100, 130, 160, 200, 250, 300, 400,
500, 650, 800, 1000, 2000, 5000, 10000, 20000, 50000, 100000,
0, 1, 2, 3, 4, 5, 6, 8, 10, 13, 16, 20, 25, 30, 40, 50, 65, 80, 100,
130, 160, 200, 250, 300, 400, 500, 650, 800, 1000, 2000, 5000, 10_000,
20_000, 50_000, 100_000, 200_000, 400_000, 800_000, 1_600_000, 3_200_000
]
)
# fmt: on
Expand Down

0 comments on commit 1bf566c

Please sign in to comment.