aggregate-ci-tests
Aggregate and compute statistics on CI test data with grouping by fields like 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 |