MetricDefinitionOutput interface
計量定義
屬性
| description | 計量描述 |
| dimensions | 維度清單 |
| metric |
計量可用性會指定時間粒度(匯總間隔或頻率)。 |
| name | 計量名稱 |
| namespace | 計量所屬的命名空間。 |
| primary |
定義如何使用值來顯示的主要匯總類型值。 |
| supported |
支援所有匯總類型的集合。 |
| unit | 計量的單位。 |
屬性詳細資料
description
計量描述
description?: string
屬性值
string
dimensions
metricAvailabilities
計量可用性會指定時間粒度(匯總間隔或頻率)。
metricAvailabilities?: MetricAvailabilityOutput[]
屬性值
name
計量名稱
name?: string
屬性值
string
namespace
計量所屬的命名空間。
namespace?: string
屬性值
string
primaryAggregationType
定義如何使用值來顯示的主要匯總類型值。
primaryAggregationType?: "Average" | "Count" | "None" | "Total" | "Percentile90" | "Percentile95" | "Percentile99"
屬性值
"Average" | "Count" | "None" | "Total" | "Percentile90" | "Percentile95" | "Percentile99"
supportedAggregationTypes
支援所有匯總類型的集合。
supportedAggregationTypes?: string[]
屬性值
string[]
unit
計量的單位。
unit?: "Count" | "NotSpecified" | "Percent" | "Seconds" | "Milliseconds" | "Bytes" | "BytesPerSecond" | "CountPerSecond"
屬性值
"Count" | "NotSpecified" | "Percent" | "Seconds" | "Milliseconds" | "Bytes" | "BytesPerSecond" | "CountPerSecond"