MetricSpecification interface

Description of metrics specification.

Properties

aggregationType

The aggregation type.

dimensions

List of dimensions.

displayDescription

The description of the metric.

displayName

The display name of the metric.

name

The name of the metric.

unit

Units the metric to be displayed in.

Property Details

aggregationType

The aggregation type.

aggregationType?: string

Property Value

string

dimensions

List of dimensions.

dimensions?: Dimension[]

Property Value

displayDescription

The description of the metric.

displayDescription?: string

Property Value

string

displayName

The display name of the metric.

displayName?: string

Property Value

string

name

The name of the metric.

name?: string

Property Value

string

unit

Units the metric to be displayed in.

unit?: string

Property Value

string