Skip to content

agnify events

Print events for a channel inside a time range.

Usage

Terminal window
agnify events query [OPTIONS]

Options

FlagDescription
--channel, -cMetrics channel name.
--since, -sISO timestamp or duration (e.g. 1h, 30m).
--until, -uISO timestamp.
--event-typeFilter by event_type (e.g. object_count).
--limit, -nMax rows. (default: 1000)

Stream new events for a channel as they arrive.

Holds a cursor (the latest timestamp seen) and only renders rows past it on each poll. Press Ctrl-C to stop.

Usage

Terminal window
agnify events tail [OPTIONS]

Options

FlagDescription
--channel, -cMetrics channel name.
--interval, -iPoll interval in seconds (default 2). (default: 2.0)
--since, -sStarting point — ISO or duration. Default: 1m ago. (default: 1m)