Metrics interface
The monitoring metric.
Properties
dimensions | The metric dimensions. |
end |
The end time of the metric data. |
name | The name of the metric. |
primary |
The metric aggregation type. |
resource |
The ID of metric source. |
start |
The start time of the metric data. |
time |
The time granularity of the metric data. |
type | The type of the metric data. |
unit | The unit of the metric data. |
values | The list of the metric data. |
Property Details
dimensions
endTime
The end time of the metric data.
endTime?: Date
Property Value
Date
name
primaryAggregation
The metric aggregation type.
primaryAggregation?: MetricAggregationType
Property Value
resourceId
The ID of metric source.
resourceId?: string
Property Value
string
startTime
The start time of the metric data.
startTime?: Date
Property Value
Date
timeGrain
The time granularity of the metric data.
timeGrain?: string
Property Value
string
type
The type of the metric data.
type?: string
Property Value
string
unit
values
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