Class MetricBucketOptionsArgs


  • public final class MetricBucketOptionsArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • explicitBuckets

        public java.util.Optional<com.pulumi.core.Output<MetricBucketOptionsExplicitBucketsArgs>> explicitBuckets()
        Returns:
        Specifies a set of buckets with arbitrary widths. Structure is documented below.
      • exponentialBuckets

        public java.util.Optional<com.pulumi.core.Output<MetricBucketOptionsExponentialBucketsArgs>> exponentialBuckets()
        Returns:
        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.
      • linearBuckets

        public java.util.Optional<com.pulumi.core.Output<MetricBucketOptionsLinearBucketsArgs>> linearBuckets()
        Returns:
        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.