MetricSpecification interface

Metric specification for exposing performance metrics to shoebox.

Properties

aggregationType

Aggregation type for the metric

dimensions

For describing multi dimensional metrics

displayDescription

Localizable description of metric

displayName

Localizable metric name

metricFilterPattern

Pattern used to filter the metric

name

Metric name

unit

Unit for the metric

Property Details

aggregationType

Aggregation type for the metric

aggregationType?: string

Property Value

string

dimensions

For describing multi dimensional metrics

dimensions?: MetricSpecificationDimensionsItem[]

Property Value

displayDescription

Localizable description of metric

displayDescription?: string

Property Value

string

displayName

Localizable metric name

displayName?: string

Property Value

string

metricFilterPattern

Pattern used to filter the metric

metricFilterPattern?: string

Property Value

string

name

Metric name

name?: string

Property Value

string

unit

Unit for the metric

unit?: string

Property Value

string