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

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

Optional dimensions

dimensions: Dimension[]

The dimensions of the metrics.

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 | 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.

Optional name

name: undefined | string

Name of the metric.

Optional unit

unit: undefined | string

The unit that makes sense for the metric.

Generated using TypeDoc