agnify query
agnify query data
Section titled “agnify query data”Print a page of raw event rows for a channel, execution or tag.
Usage
agnify query data [OPTIONS]Options
| Flag | Description |
|---|---|
--event-type | object_count |
--channel, -c | Metrics channel name. |
--execution, -e | Execution UUID, or a unique id prefix (≥4 chars, like a git commit). |
--tag | Execution tag: every run carrying it, summed. |
--since, -s | ISO timestamp or duration (1h, 30m). |
--until, -u | ISO timestamp. |
--limit, -n | Max rows (0 = server default). |
--offset | Pagination offset. |
agnify query series
Section titled “agnify query series”Print a binned series for a channel, execution or tag.
Usage
agnify query series [OPTIONS]Options
| Flag | Description |
|---|---|
--event-type | object_count |
--channel, -c | Metrics channel name. |
--execution, -e | Execution UUID, or a unique id prefix (≥4 chars, like a git commit). |
--tag | Execution tag: every run carrying it, summed. |
--since, -s | ISO timestamp or duration (1h, 30m). |
--until, -u | ISO timestamp. |
--bin-seconds, -b | Bucket width in seconds. (default: 60) |
--stat | fps: avg |
--label | detection only: filter by class label. |
--node-id | detection only: filter by producer node. |