MetricStreamStatisticsMetric

data class MetricStreamStatisticsMetric(val metricName: String, val namespace: String)

A structure that specifies the metric name and namespace for one metric that is going to have additional statistics included in the stream.

Constructors

Link copied to clipboard
constructor(metricName: String, namespace: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the metric.

Link copied to clipboard

The namespace of the metric.