kitaru executions statistics
Show grouped execution statistics.
Usage
kitaru executions statistics [OPTIONS]Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
--group-by | list[str] | No | None | Grouping to apply. Repeat for multiple groupings. Supported values: status, flow, stack, tag, time:hour, time:day, time:week, time:month, metadata:<key>. |
--metric | list[str] | No | None | Metric to compute. Repeat for multiple metrics. Use <name>:<source>:<avg |
--flow | str | No | None | Optional flow-name or flow-ID filter. |
--status | str | No | None | Optional status filter (running/waiting/completed/failed/cancelled). |
--stack | str | No | None | Optional stack-name or stack-ID filter. |
--tag | list[str] | No | None | Tag filter. Repeat to require multiple tags. |
--max-groups | int | No | 1000 | Maximum number of public statistics groups to return. |
--page | int | No | None | 1-based page number to return. |
--size | int | No | None | Number of groups to return per page. |
--output, -o | str | No | "text" | Output format: "text" (default) or "json". |