MetricSpecification interface
Description of metrics specification.
Properties
| aggregation |
The aggregation type. |
| dimensions | List of dimensions. |
| display |
The description of the metric. |
| display |
The display name of the metric. |
| name | The name of the metric. |
| unit | Units the metric to be displayed in. |
Property Details
aggregationType
The aggregation type.
aggregationType?: string
Property Value
string
dimensions
displayDescription
The description of the metric.
displayDescription?: string
Property Value
string
displayName
The display name of the metric.
displayName?: string
Property Value
string
name
The name of the metric.
name?: string
Property Value
string
unit
Units the metric to be displayed in.
unit?: string
Property Value
string