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

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

dimensions?: Dimension[]

The dimensions of the metrics.

displayDescription?: string

Localized friendly description of the metric.

displayName?: string

Localized friendly display name of the metric.

fillGapWithZero?: string

Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. Ex. a metric that returns the number of times a particular error code was emitted. The error code may not appear often, instead of the RP publishing 0, Shoebox can auto fill in 0s for time periods where nothing was emitted.

name?: string

Name of the metric.

unit?: string

The unit that makes sense for the metric.

Generated using TypeDoc