PerfMetricSeries
PerfMetricSeries
This is a generic data object type that stores values for a specific performance metric.
Useful data objects that store actual metric values extend this data object (see PerfMetricIntSeries).
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"id": {
"_typeName": "string",
"counterId": 0,
"instance": "string"
}
}
id
Required
This data object type contains information that associates a performance counter with a performance metric.
When constructing this data object for the metricId property of the PerfQuerySpec to submit to one of the PerformanceManager query operations, the instance property supports these special characters:
- An asterisk (*) to specify all instances of the metric for the specified counterId
- Double-quotes ("") to specify aggregated statistics