VsanPerfMetricSeriesCSV
This data object type represents a metric series encoded in CSV format.
{
"_typeName": "string",
"metricId": {
"_typeName": "string",
"label": "string",
"group": "string",
"rollupType": "string",
"statsType": "string",
"name": "string",
"description": "string",
"metricsCollectInterval": 0
},
"threshold": {
"_typeName": "string",
"direction": "string",
"yellow": "string",
"red": "string"
},
"numExceptions": "string",
"values": "string"
}
Information about the metric this data object has values for
The threshold used by VsanPerfDiagnosticService to indicate the level of performance issue seen in the data.
Only populated in return from GetVsanPerfDiagnosisResult
The number of exceptions is used by VsanPerfDiagnosticService to indicate the number of times that the corresponding rule in VsanPerfDiagnosticService sees the threshold getting violated.
Only populated in return from GetVsanPerfDiagnosisResult.
An array of sample values in CSV format