provider RUM POST /api/v2/rum/analytics/aggregate
@utdk/datadog /api/v2/rum/analytics/aggregate
Aggregate RUM events
The API endpoint to aggregate RUM events into buckets of computed metrics and timeseries.

Try it

Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

aggregaterumevents
POST/api/v2/rum/analytics/aggregate
The API endpoint to aggregate RUM events into buckets of computed metrics and timeseries.

Input

The list of metrics or timeseries to compute for the retrieved buckets.

The search and filter query settings.

The rules for the group by.

Global query options that are used during the query. Note: Only supply timezone or time offset, not both. Otherwise, the query fails.

Paging attributes for listing events.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.aggregaterumevents()