Advisory options influencing aggregation configuration parameters.

1.7.0

interface MetricAdvice {
    explicitBucketBoundaries?: number[];
}

Properties

explicitBucketBoundaries?: number[]

Hint the explicit bucket boundaries for SDK if the metric is been aggregated with a HistogramAggregator.