[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Performance](./puppeteer.protocol.performance.md) > [GetMetricsResponse](./puppeteer.protocol.performance.getmetricsresponse.md) ## Protocol.Performance.GetMetricsResponse interface Signature: ```typescript export interface GetMetricsResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [metrics](./puppeteer.protocol.performance.getmetricsresponse.metrics.md) | [Metric](./puppeteer.protocol.performance.metric.md)\[\] | Current values for run-time metrics. |