MetricSpecification interface
作的度量规范。
属性
| aggregation |
指标的聚合类型。 |
| category | 度量类别。 |
| display |
展示指标描述。 |
| display |
指标的显示名称。 |
| name | 指标的名称。 |
| supported |
支持该指标的聚合类型。 |
| supported |
指标支持的时间粒度类型。 |
| unit | 指标的单位。 |
属性详细信息
aggregationType
指标的聚合类型。
aggregationType?: string
属性值
string
category
度量类别。
category?: string
属性值
string
displayDescription
展示指标描述。
displayDescription?: string
属性值
string
displayName
指标的显示名称。
displayName?: string
属性值
string
name
指标的名称。
name?: string
属性值
string
supportedAggregationTypes
支持该指标的聚合类型。
supportedAggregationTypes?: string[]
属性值
string[]
supportedTimeGrainTypes
指标支持的时间粒度类型。
supportedTimeGrainTypes?: string[]
属性值
string[]
unit
指标的单位。
unit?: string
属性值
string