Class MetricBucketOptions
Inheritance
System.Object
MetricBucketOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Logging.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class MetricBucketOptions
Fields
View SourceExplicitBuckets
Specifies a set of buckets with arbitrary widths. Structure is documented below.
Declaration
public readonly MetricBucketOptionsExplicitBuckets ExplicitBuckets
Field Value
| Type | Description |
|---|---|
| MetricBucketOptionsExplicitBuckets |
ExponentialBuckets
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. Structure is documented below.
Declaration
public readonly MetricBucketOptionsExponentialBuckets ExponentialBuckets
Field Value
| Type | Description |
|---|---|
| MetricBucketOptionsExponentialBuckets |
LinearBuckets
Specifies a linear sequence of buckets that all have the same width (except overflow and underflow). Each bucket represents a constant absolute uncertainty on the specific value in the bucket. Structure is documented below.
Declaration
public readonly MetricBucketOptionsLinearBuckets LinearBuckets
Field Value
| Type | Description |
|---|---|
| MetricBucketOptionsLinearBuckets |