MetricSpecification interface
指标规范的说明。
属性
| aggregation |
聚合类型。 |
| dimensions | 维度列表。 |
| display |
指标的说明。 |
| display |
指标的显示名称。 |
| name | 指标的名称。 |
| unit | 单位要显示的指标。 |
属性详细信息
aggregationType
聚合类型。
aggregationType?: string
属性值
string
dimensions
displayDescription
指标的说明。
displayDescription?: string
属性值
string
displayName
指标的显示名称。
displayName?: string
属性值
string
name
指标的名称。
name?: string
属性值
string
unit
单位要显示的指标。
unit?: string
属性值
string