MetricStreamStatisticsConfiguration

data class MetricStreamStatisticsConfiguration(val additionalStatistics: List<String>, val includeMetrics: List<MetricStreamStatisticsMetric>)

This structure specifies a list of additional statistics to stream, and the metrics to stream those additional statistics for. All metrics that match the combination of metric name and namespace will be streamed with the extended statistics, no matter their dimensions.

Constructors

Link copied to clipboard
constructor(additionalStatistics: List<String>, includeMetrics: List<MetricStreamStatisticsMetric>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The additional statistics to stream for the metrics listed in IncludeMetrics.

Link copied to clipboard

An array that defines the metrics that are to have additional statistics streamed.