Skip to content

Commit

Permalink
change exponential_buckets growth_factor from integer to double (#2800)
Browse files Browse the repository at this point in the history
Merged PR #2800.
  • Loading branch information
megan07 authored and modular-magician committed Dec 9, 2019
1 parent f71ae3c commit 3aefb46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/terraform
2 changes: 1 addition & 1 deletion build/terraform-beta
2 changes: 1 addition & 1 deletion products/logging/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ objects:
- bucket_options.0.exponential_buckets.0.scale
description: |
Must be greater than 0.
- !ruby/object:Api::Type::Integer
- !ruby/object:Api::Type::Double
name: growthFactor
at_least_one_of:
- bucket_options.0.exponential_buckets.0.num_finite_buckets
Expand Down

0 comments on commit 3aefb46

Please sign in to comment.