MetricSpecification interface
作的指标规范。
属性
| aggregation |
聚合类型可以是 Average。 |
| category | 此指标规范所属的类别可以是容量。 |
| dimensions | 地图帐户的维度。 |
| display |
显示指标规范的说明。 |
| display |
指标规范的显示名称。 |
| fill |
要决定填充空白的属性,不带零。 |
| internal |
内部指标名称。 |
| lock |
锁定指标的聚合类型。 |
| name | 指标规范的名称。 |
| resource |
帐户资源 ID。 |
| source |
源指标帐户。 |
| source |
指标命名空间。 |
| supported |
指标的允许聚合类型。 |
| unit | 单位可以是计数。 |
属性详细信息
aggregationType
聚合类型可以是 Average。
aggregationType?: string
属性值
string
category
此指标规范所属的类别可以是容量。
category?: string
属性值
string
dimensions
displayDescription
显示指标规范的说明。
displayDescription?: string
属性值
string
displayName
指标规范的显示名称。
displayName?: string
属性值
string
fillGapWithZero
要决定填充空白的属性,不带零。
fillGapWithZero?: boolean
属性值
boolean
internalMetricName
内部指标名称。
internalMetricName?: string
属性值
string
lockAggregationType
锁定指标的聚合类型。
lockAggregationType?: string
属性值
string
name
指标规范的名称。
name?: string
属性值
string
resourceIdDimensionNameOverride
帐户资源 ID。
resourceIdDimensionNameOverride?: string
属性值
string
sourceMdmAccount
源指标帐户。
sourceMdmAccount?: string
属性值
string
sourceMdmNamespace
指标命名空间。
sourceMdmNamespace?: string
属性值
string
supportedAggregationTypes
指标的允许聚合类型。
supportedAggregationTypes?: string
属性值
string
unit
单位可以是计数。
unit?: string
属性值
string