MetricDefinitionOutput interface
Definice metriky
Vlastnosti
| description | Popis metriky |
| dimensions | Seznam dimenzí |
| metric |
Dostupnost metrik určuje agregační interval (interval agregace nebo četnost). |
| name | Název metriky |
| namespace | Obor názvů, do který metrika patří. |
| primary |
Hodnota primárního typu agregace definující způsob použití hodnot pro zobrazení. |
| supported |
Kolekce podporovaných všech typů agregace. |
| unit | Jednotka metriky. |
Podrobnosti vlastnosti
description
Popis metriky
description?: string
Hodnota vlastnosti
string
dimensions
metricAvailabilities
Dostupnost metrik určuje agregační interval (interval agregace nebo četnost).
metricAvailabilities?: MetricAvailabilityOutput[]
Hodnota vlastnosti
name
Název metriky
name?: string
Hodnota vlastnosti
string
namespace
Obor názvů, do který metrika patří.
namespace?: string
Hodnota vlastnosti
string
primaryAggregationType
Hodnota primárního typu agregace definující způsob použití hodnot pro zobrazení.
primaryAggregationType?: "Average" | "Count" | "None" | "Total" | "Percentile90" | "Percentile95" | "Percentile99"
Hodnota vlastnosti
"Average" | "Count" | "None" | "Total" | "Percentile90" | "Percentile95" | "Percentile99"
supportedAggregationTypes
Kolekce podporovaných všech typů agregace.
supportedAggregationTypes?: string[]
Hodnota vlastnosti
string[]
unit
Jednotka metriky.
unit?: "Count" | "NotSpecified" | "Percent" | "Seconds" | "Milliseconds" | "Bytes" | "BytesPerSecond" | "CountPerSecond"
Hodnota vlastnosti
"Count" | "NotSpecified" | "Percent" | "Seconds" | "Milliseconds" | "Bytes" | "BytesPerSecond" | "CountPerSecond"