Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MetricSpecification

Package version

Specifications of the Metrics for Azure Monitoring

Hierarchy

  • MetricSpecification

Index

Properties

Optional aggregationType

aggregationType: undefined | string

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

Optional category

category: undefined | string

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

Optional dimensions

dimensions: MetricDimension[]

Dimensions of the metric

Optional displayDescription

displayDescription: undefined | string

Localized friendly description of the metric

Optional displayName

displayName: undefined | string

Localized friendly display name of the metric

Optional fillGapWithZero

fillGapWithZero: undefined | false | true

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

Optional name

name: undefined | string

Name of the metric

Optional sourceMdmNamespace

sourceMdmNamespace: undefined | string

Name of the MDM namespace. Optional.

Optional supportedAggregationTypes

supportedAggregationTypes: string[]

Supported aggregation types

Optional supportedTimeGrainTypes

supportedTimeGrainTypes: string[]

Supported time grain types

Optional unit

unit: undefined | string

Unit that makes sense for the metric

Generated using TypeDoc