MetricDefinition interface
The monitoring metric definition.
Properties
category | The category of the metric. |
dimensions | The available metric dimensions. |
metric |
The available metric granularities. |
name | The metric name. |
primary |
The metric aggregation type. |
resource |
The metric source ID. |
type | The metric definition type. |
unit | The metric unit. |
Property Details
category
The category of the metric.
category?: string
Property Value
string
dimensions
metricAvailabilities
The available metric granularities.
metricAvailabilities?: MetricAvailablity[]
Property Value
name
primaryAggregationType
The metric aggregation type.
primaryAggregationType?: MetricAggregationType
Property Value
resourceId
The metric source ID.
resourceId?: string
Property Value
string
type
The metric definition type.
type?: string
Property Value
string
unit
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript