MetricSpecification interface
Details about operation related to metrics.
Properties
| aggregation |
The type of metric aggregation. |
| dimensions | Dimensions of the metric |
| display |
The description of the metric. |
| display |
Localized display name of the metric. |
| metric |
Type of metrics. |
| name | The name of the metric. |
| supported |
Support metric aggregation type. |
| unit | The unit that the metric is measured in. |
Property Details
aggregationType
The type of metric aggregation.
aggregationType?: undefined | string
Property Value
undefined | string
dimensions
displayDescription
The description of the metric.
displayDescription?: undefined | string
Property Value
undefined | string
displayName
Localized display name of the metric.
displayName?: undefined | string
Property Value
undefined | string
metricClass
Type of metrics.
metricClass?: undefined | string
Property Value
undefined | string
name
The name of the metric.
name?: undefined | string
Property Value
undefined | string
supportedAggregationTypes
Support metric aggregation type.
supportedAggregationTypes?: MetricAggregationType[]
Property Value
unit
The unit that the metric is measured in.
unit?: undefined | string
Property Value
undefined | string