Skip to content

Commit 73112a3

Browse files
authored
Update index.mdx (#24880)
update note that dashboard has REST API usage metrics + include new `X-Browser-Ms-Used` header info
1 parent 94ca313 commit 73112a3

File tree

1 file changed

+3
-1
lines changed
  • src/content/docs/browser-rendering/rest-api

1 file changed

+3
-1
lines changed

src/content/docs/browser-rendering/rest-api/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Before you begin, make sure you [create a custom API Token](/fundamentals/api/ge
2222

2323
:::note[Note]
2424

25-
Currently, the Cloudflare dashboard displays usage metrics exclusively for the [Workers Bindings method](/browser-rendering/workers-bindings/). Usage data for the REST API is not yet available in the dashboard. We are actively working on adding REST API usage metrics to the dashboard.
25+
You can monitor Browser Rendering usage in two ways:
26+
- [Cloudflare dashboard](https://dash.cloudflare.com/?to=/:account/workers/browser-rendering): View aggregate metrics, including total REST API requests and total browser hours used.
27+
- `X-Browser-Ms-Used` header: Returned in every REST API response, reporting browser time used for that request (in milliseconds).
2628

2729
:::

0 commit comments

Comments
 (0)