MetricCounter interface

The metric counter

Properties

additionalDimensions

The additional dimensions to be added to metric.

dimensionFilter

The dimension filter.

instance

The instance from which counter should be collected.

name

The counter name.

Property Details

additionalDimensions

The additional dimensions to be added to metric.

additionalDimensions?: MetricDimension[]

Property Value

dimensionFilter

The dimension filter.

dimensionFilter?: MetricDimension[]

Property Value

instance

The instance from which counter should be collected.

instance?: string

Property Value

string

name

The counter name.

name: string

Property Value

string