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
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.

Configure credentials above to enable sending.

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

TypeScript

import datadog from '@utdk/datadog';

await datadog.aggregaterumevents()