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

Properties of an Exponential.

Package

@google-cloud/logging!

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)