MetricSpecification interface

Details about operation related to metrics.

Properties

aggregationType

The type of metric aggregation.

dimensions

Dimensions of the metric

displayDescription

The description of the metric.

displayName

Localized display name of the metric.

metricClass

Type of metrics.

name

The name of the metric.

supportedAggregationTypes

Support metric aggregation type.

unit

The unit that the metric is measured in.

Property Details

aggregationType

The type of metric aggregation.

aggregationType?: string

Property Value

string

dimensions

Dimensions of the metric

dimensions?: MetricDimension[]

Property Value

displayDescription

The description of the metric.

displayDescription?: string

Property Value

string

displayName

Localized display name of the metric.

displayName?: string

Property Value

string

metricClass

Type of metrics.

metricClass?: string

Property Value

string

name

The name of the metric.

name?: string

Property Value

string

supportedAggregationTypes

Support metric aggregation type.

supportedAggregationTypes?: string[]

Property Value

string[]

unit

The unit that the metric is measured in.

unit?: string

Property Value

string