Kitaru

kitaru executions statistics

Show grouped execution statistics.

Usage

kitaru executions statistics [OPTIONS]

Parameters

NameTypeRequiredDefaultDescription
--group-bylist[str]NoNoneGrouping to apply. Repeat for multiple groupings. Supported values: status, flow, stack, tag, time:hour, time:day, time:week, time:month, metadata:<key>.
--metriclist[str]NoNoneMetric to compute. Repeat for multiple metrics. Use <name>:<source>:<avg
--flowstrNoNoneOptional flow-name or flow-ID filter.
--statusstrNoNoneOptional status filter (running/waiting/completed/failed/cancelled).
--stackstrNoNoneOptional stack-name or stack-ID filter.
--taglist[str]NoNoneTag filter. Repeat to require multiple tags.
--max-groupsintNo1000Maximum number of public statistics groups to return.
--pageintNoNone1-based page number to return.
--sizeintNoNoneNumber of groups to return per page.
--output, -ostrNo"text"Output format: "text" (default) or "json".

On this page