| Did this page help you? Yes No Tell us about it... |
The MetricDatum data type encapsulates the information
sent with PutMetricData to either create a new metric or
add new values to be aggregated into an existing metric.
| Name | Description | |||
|---|---|---|---|---|
Dimensions
|
A list of dimensions associated with the metric. Type: Dimension list Length constraints: Minimum of 0 item(s) in the list. Maximum of 10 item(s) in the list. | |||
MetricName
|
The name of the metric. Type: String Length constraints: Minimum length of 1. Maximum length of 255. | |||
StatisticValues
|
A set of statistical values describing the metric. Type: StatisticSet | |||
Timestamp
|
The time stamp used for the metric. If not specified, the default value is set to the time the metric data was received. Type: DateTime | |||
Unit
|
The unit of the metric. Type: String
Valid Values: | |||
Value
|
The value for the metric.
Type: Double |