Specifies an exponential sequence of buckets that have a width that is proportional to the value of the lower bound. Each bucket represents a constant relative uncertainty on a specific value in the bucket.
There are num_finite_buckets + 2
(= N) buckets. Bucket i
has the
following boundaries:
Upper bound (0 <= i < N-1): scale * (growth_factor ^ i).
Lower bound (1 <= i < N): scale * (growth_factor ^ (i - 1)).
Generated from protobuf message google.api.Distribution.BucketOptions.Exponential
Methods |
public __construct( $data = NULL) Constructor.
|
public getGrowthFactor() Must be greater than 1. Generated from protobuf field double growth_factor = 2;
|
public getNumFiniteBuckets() Must be greater than 0. Generated from protobuf field int32 num_finite_buckets = 1;
|
public getScale() Must be greater than 0. Generated from protobuf field double scale = 3;
|
public setGrowthFactor( $var) Must be greater than 1. Generated from protobuf field double growth_factor = 2;
|
public setNumFiniteBuckets( $var) Must be greater than 0. Generated from protobuf field int32 num_finite_buckets = 1;
|
public setScale( $var) Must be greater than 0. Generated from protobuf field double scale = 3;
|
Properties |
protected $growth_factor = 0 Must be greater than 1. Generated from protobuf field double growth_factor = 2; |
protected $num_finite_buckets = 0 Must be greater than 0. Generated from protobuf field int32 num_finite_buckets = 1; |
protected $scale = 0 Must be greater than 0. Generated from protobuf field double scale = 3; |
Methods |