aggregate-ci-pipelines
Aggregate CI/CD pipeline metrics using statistical functions like count, average, sum, min, max, and percentiles, with optional grouping by pipeline name or status.
Instructions
Aggregate CI/CD pipeline data with statistical computations and grouping
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | CI pipeline 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 (required for avg/sum/min/max/percentiles). Example: @duration | |
| groupBy | No | Field to group results by. Example: @ci.pipeline.name, @ci.status |