Package version:

Interface MetricSpecification

Specifications of the Metrics for Azure Monitoring

Hierarchy

  • MetricSpecification

Properties

aggregationType?: string

Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.

category?: string

Name of the metric category that the metric belongs to. A metric can only belong to a single category.

dimensions?: MetricDimension[]

Dimensions of the metric

displayDescription?: string

Localized friendly description of the metric

displayName?: string

Localized friendly display name of the metric

fillGapWithZero?: boolean

Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published.

name?: string

Name of the metric

sourceMdmNamespace?: string

Name of the MDM namespace. Optional.

supportedAggregationTypes?: string[]

Supported aggregation types

supportedTimeGrainTypes?: string[]

Supported time grain types

unit?: string

Unit that makes sense for the metric

Generated using TypeDoc