Class: Google::Api::Distribution::BucketOptions::Explicit

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/api/distribution.rb

Overview

Specifies a set of buckets with arbitrary widths.

There are size(bounds) + 1 (= N) buckets. Bucket i has the following boundaries:

Upper bound (0 <= i < N-1): bounds[i] Lower bound (1 <= i < N); bounds[i - 1]

The bounds field must contain at least one element. If bounds has only one element, then there are no finite buckets, and that single element is the common boundary of the overflow and underflow buckets.

Instance Attribute Summary collapse

Instance Attribute Details

#bounds::Array<::Float>

Returns The values must be monotonically increasing.

Returns:

  • (::Array<::Float>)

    The values must be monotonically increasing.



190
191
192
193
# File 'proto_docs/google/api/distribution.rb', line 190

class Explicit
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end