aggregate-ci-tests
Aggregate CI test data by computing statistics like count, average, or percentiles, grouped by fields such as test service or status.
Instructions
Aggregate CI test data with statistical computations and grouping
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | CI test search query for aggregation | * |
| from | Yes | Start time (ISO 8601 or relative) | |
| to | Yes | End time (ISO 8601 or relative) | |
| aggregation | Yes | Aggregation type | |
| metric | No | Metric to aggregate on. Example: @duration | |
| groupBy | No | Field to group results by. Example: @test.service, @test.status |