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?: string
Property Value
string
dimensions
displayDescription
The description of the metric.
displayDescription?: string
Property Value
string
displayName
Localized display name of the metric.
displayName?: string
Property Value
string
metricClass
Type of metrics.
metricClass?: string
Property Value
string
name
The name of the metric.
name?: string
Property Value
string
supportedAggregationTypes
Support metric aggregation type.
supportedAggregationTypes?: string[]
Property Value
string[]
unit
The unit that the metric is measured in.
unit?: string
Property Value
string