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í. Možné hodnoty: "Průměr", "Počet", "Žádný", "Celkem", "Percentil75", "Percentile90", "Percentile95", "Percentile96", "Percentile97", "Percentile98", "Percentile99", "Percentile999", "Percentile9999" |
| supported |
Kolekce podporovaných všech typů agregace. |
| unit | Jednotka metriky. Možné hodnoty: "NotSpecified", "Percent", "Count", "Seconds", "Milliseconds", "Bytes", "BytesPerSecond", "CountPerSecond" |
Podrobnosti vlastnosti
description
Popis metriky
description?: string
Hodnota vlastnosti
string
dimensions
Seznam dimenzí
dimensions?: NameAndDescriptionOutput[]
Hodnota vlastnosti
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í.
Možné hodnoty: "Průměr", "Počet", "Žádný", "Celkem", "Percentil75", "Percentile90", "Percentile95", "Percentile96", "Percentile97", "Percentile98", "Percentile99", "Percentile999", "Percentile9999"
primaryAggregationType?: string
Hodnota vlastnosti
string
supportedAggregationTypes
Kolekce podporovaných všech typů agregace.
supportedAggregationTypes?: string[]
Hodnota vlastnosti
string[]
unit
Jednotka metriky.
Možné hodnoty: "NotSpecified", "Percent", "Count", "Seconds", "Milliseconds", "Bytes", "BytesPerSecond", "CountPerSecond"
unit?: string
Hodnota vlastnosti
string