Skip to content

Commit

Permalink
change exponential_buckets growth_factor from integer to double
Browse files Browse the repository at this point in the history
  • Loading branch information
megan07 committed Dec 9, 2019
1 parent e4c7945 commit 67df6d0
Showing 1 changed file with 1 addition and 1 deletion.
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 67df6d0

Please sign in to comment.