MetricCounter interface
The metric counter
Properties
additional |
The additional dimensions to be added to metric. |
dimension |
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
instance
The instance from which counter should be collected.
instance?: string
Property Value
string
name
The counter name.
name: string
Property Value
string