MetricStreamStatisticsConfiguration
By default, a metric stream always sends the MAX
, MIN
, SUM
, and SAMPLECOUNT
statistics for each metric that is streamed. This structure contains information for one metric that includes additional statistics in the stream. For more information about statistics, see CloudWatch, listed in CloudWatch statistics definitions.
Types
Properties
Link copied to clipboard
The list of additional statistics that are to be streamed for the metrics listed in the IncludeMetrics
array in this structure. This list can include as many as 20 statistics.
Link copied to clipboard
An array of metric name and namespace pairs that stream the additional statistics listed in the value of the AdditionalStatistics
parameter. There can be as many as 100 pairs in the array.
Functions
Link copied to clipboard
inline fun copy(block: MetricStreamStatisticsConfiguration.Builder.() -> Unit = {}): MetricStreamStatisticsConfiguration