Interface protos.google.api.Distribution.BucketOptions.IExponential (1.1.4)

Properties of an Exponential.

Package

@google-cloud/service-control!

Properties

growthFactor

growthFactor?: (number|null);

Exponential growthFactor

Property Value
TypeDescription
(number|null)

numFiniteBuckets

numFiniteBuckets?: (number|null);

Exponential numFiniteBuckets

Property Value
TypeDescription
(number|null)

scale

scale?: (number|null);

Exponential scale

Property Value
TypeDescription
(number|null)