Class MetricBucketOptionsArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class MetricBucketOptionsArgs : ResourceArgs
Constructors
View SourceMetricBucketOptionsArgs()
Declaration
public MetricBucketOptionsArgs()
Properties
View SourceExplicitBuckets
Specifies a set of buckets with arbitrary widths. Structure is documented below.
Declaration
public Input<MetricBucketOptionsExplicitBucketsArgs> ExplicitBuckets { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<MetricBucketOptionsExplicitBucketsArgs> |
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 Input<MetricBucketOptionsExponentialBucketsArgs> ExponentialBuckets { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<MetricBucketOptionsExponentialBucketsArgs> |
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 Input<MetricBucketOptionsLinearBucketsArgs> LinearBuckets { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<MetricBucketOptionsLinearBucketsArgs> |