Metric interface
The result data of a query.
Properties
| description | Detailed description of this metric. | 
| error | 'Success' or the error details on query failures for this metric. | 
| error | Error message encountered querying this specific metric. | 
| id | the metric Id. | 
| name | the name of the metric | 
| timeseries | the time series returned when a data query is performed. | 
| type | the resource type of the metric resource. | 
| unit | the unit of the metric. | 
Property Details
description
Detailed description of this metric.
description?: stringProperty Value
string
		errorCode
	 
	'Success' or the error details on query failures for this metric.
errorCode?: stringProperty Value
string
		errorMessage
	 
	Error message encountered querying this specific metric.
errorMessage?: stringProperty Value
string
id
the metric Id.
id: stringProperty Value
string
name
the name of the metric
name: stringProperty Value
string
timeseries
the time series returned when a data query is performed.
timeseries: TimeSeriesElement[]Property Value
type
the resource type of the metric resource.
type: stringProperty Value
string
unit
the unit of the metric.
unit: stringProperty Value
string