Performance.getMetricsRetrieve current values of run-time metrics.
| Name | Type | Description |
|---|---|---|
metrics | array | Current values for run-time metrics. |
{
"id": 1,
"method": "Performance.getMetrics"
}
{
"id": 1,
"result": {
"metrics": []
}
}
const result = await send('Performance.getMetrics');
console.log(result);
// {"metrics": []}