Sdílet prostřednictvím


MetricDefinitionOutput interface

Definice metriky

Vlastnosti

description

Popis metriky

dimensions

Seznam dimenzí

metricAvailabilities

Dostupnost metrik určuje agregační interval (interval agregace nebo četnost).

name

Název metriky

namespace

Obor názvů, do který metrika patří.

primaryAggregationType

Hodnota primárního typu agregace definující způsob použití hodnot pro zobrazení.

supportedAggregationTypes

Kolekce podporovaných všech typů agregace.

unit

Jednotka metriky.

Podrobnosti vlastnosti

description

Popis metriky

description?: string

Hodnota vlastnosti

string

dimensions

Seznam dimenzí

dimensions?: NameAndDescOutput[]

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í.

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"