MetricSpecification interface

Specifications of the Metrics for Azure Monitoring.

Properties

aggregationType

Aggregation type will be set to one of the values: Average, Minimum, Maximum, Total, Count.

dimensions

Dimensions of the metric.

displayDescription

Localized friendly description of the metric.

displayName

Localized friendly display name of the metric.

name

Name of the metric.

supportedTimeGrainTypes

Supported time grain types for the metric.

unit

Unit that makes sense for the metric.

Property Details

aggregationType

Aggregation type will be set to one of the values: Average, Minimum, Maximum, Total, Count.

aggregationType?: string

Property Value

string

dimensions

Dimensions of the metric.

dimensions?: MetricDimension[]

Property Value

displayDescription

Localized friendly description of the metric.

displayDescription?: string

Property Value

string

displayName

Localized friendly display name of the metric.

displayName?: string

Property Value

string

name

Name of the metric.

name?: string

Property Value

string

supportedTimeGrainTypes

Supported time grain types for the metric.

supportedTimeGrainTypes?: string[]

Property Value

string[]

unit

Unit that makes sense for the metric.

unit?: string

Property Value

string