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.
Contents
- AdditionalStatistics
- 
               The list of additional statistics that are to be streamed for the metrics listed in the IncludeMetricsarray in this structure. This list can include as many as 20 statistics.If the OutputFormatfor the stream isopentelemetry1.0oropentelemetry0.7, the only valid values arep??percentile statistics such asp90,p99and so on.If the OutputFormatfor the stream isjson, the valid values include the abbreviations for all of the statistics listed in CloudWatch statistics definitions. For example, this includestm98,wm90,PR(:300), and so on.Type: Array of strings Required: Yes 
- IncludeMetrics
- 
               An array of metric name and namespace pairs that stream the additional statistics listed in the value of the AdditionalStatisticsparameter. There can be as many as 100 pairs in the array.All metrics that match the combination of metric name and namespace will be streamed with the additional statistics, no matter their dimensions. Type: Array of MetricStreamStatisticsMetric objects Required: Yes 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: