agnify events
agnify events query
Section titled “agnify events query”Print events for a channel inside a time range.
Usage
agnify events query [OPTIONS]Options
| Flag | Description |
|---|---|
--channel, -c | Metrics channel name. |
--since, -s | ISO timestamp or duration (e.g. 1h, 30m). |
--until, -u | ISO timestamp. |
--event-type | Filter by event_type (e.g. object_count). |
--limit, -n | Max rows. (default: 1000) |
agnify events tail
Section titled “agnify events tail”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
agnify events tail [OPTIONS]Options
| Flag | Description |
|---|---|
--channel, -c | Metrics channel name. |
--interval, -i | Poll interval in seconds (default 2). (default: 2.0) |
--since, -s | Starting point — ISO or duration. Default: 1m ago. (default: 1m) |