Class: Google::Api::Distribution::BucketOptions::Explicit
- Inherits:
-
Object
- Object
- Google::Api::Distribution::BucketOptions::Explicit
- Defined in:
- lib/google/cloud/logging/v2/doc/google/api/distribution.rb
Overview
A set of buckets with arbitrary widths.
Defines +size(bounds) + 1+ (= N) buckets with these boundaries for bucket i:
Upper bound (0 <= i < N-1): bounds[i] Lower bound (1 <= i < N); bounds[i - 1]
There must be at least one element in +bounds+. If +bounds+ has only one element, there are no finite buckets, and that single element is the common boundary of the overflow and underflow buckets.
Instance Attribute Summary collapse
-
#bounds ⇒ Array<Float>
The values must be monotonically increasing.
Instance Attribute Details
#bounds ⇒ Array<Float>
Returns The values must be monotonically increasing.
168 |
# File 'lib/google/cloud/logging/v2/doc/google/api/distribution.rb', line 168 class Explicit; end |