aggregate-rum
Compute statistical aggregations (count, average, percentiles) on RUM data, grouped by fields like application or URL path.
Instructions
Aggregate RUM data with statistical computations (count, avg, percentiles) and grouping by fields
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | RUM filter query. Example: service:my-app @type:view | |
| from | Yes | Start time (ISO 8601). Example: 2026-02-26T00:00:00Z | |
| to | Yes | End time (ISO 8601). Example: 2026-02-26T23:59:59Z | |
| aggregation | Yes | Aggregation function. Example: count or avg | |
| metric | No | Metric field for non-count aggregations (e.g. @view.loading_time) | |
| groupBy | No | Field to group by (e.g. @application.id, @view.url_path) |