Skip to content

agnify query

Print a page of raw event rows for a channel, execution or tag.

Usage

Terminal window
agnify query data [OPTIONS]

Options

FlagDescription
--event-typeobject_count
--channel, -cMetrics channel name.
--execution, -eExecution UUID, or a unique id prefix (≥4 chars, like a git commit).
--tagExecution tag: every run carrying it, summed.
--since, -sISO timestamp or duration (1h, 30m).
--until, -uISO timestamp.
--limit, -nMax rows (0 = server default).
--offsetPagination offset.

Print a binned series for a channel, execution or tag.

Usage

Terminal window
agnify query series [OPTIONS]

Options

FlagDescription
--event-typeobject_count
--channel, -cMetrics channel name.
--execution, -eExecution UUID, or a unique id prefix (≥4 chars, like a git commit).
--tagExecution tag: every run carrying it, summed.
--since, -sISO timestamp or duration (1h, 30m).
--until, -uISO timestamp.
--bin-seconds, -bBucket width in seconds. (default: 60)
--statfps: avg
--labeldetection only: filter by class label.
--node-iddetection only: filter by producer node.