次の方法で共有


MetricDefinitionOutput interface

メトリック定義

プロパティ

description

メトリックの説明

dimensions

ディメンションの一覧

metricAvailabilities

メトリックの可用性では、時間グレイン (集計間隔または頻度) を指定します。

name

メトリック名

namespace

メトリックが属する名前空間。

primaryAggregationType

表示に値を使用する方法を定義する主要な集計の種類の値。

supportedAggregationTypes

すべての集計の種類がサポートされているコレクション。

unit

メトリックの単位。

プロパティの詳細

description

メトリックの説明

description?: string

プロパティ値

string

dimensions

ディメンションの一覧

dimensions?: NameAndDescOutput[]

プロパティ値

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"