Expand description
Administrative subcommands for operator use.
Invoked as ff-server admin <subcommand> [args]. Subcommands are
read-only probes that share the ff-server binary + env-var conventions
but load only the minimal config subset they need (see
load_probe_inputs). They do not connect to Valkey, start HTTP, or
spawn scanners. Each probe completes synchronously and exits.
§Subcommands
partition-collisions— RFC-011 §5.6 observability. Computes the solo-partition assignment for every configured lane and reports any that share a partition with another lane (birthday-paradox collision).
Structs§
- Lane
Partition - Result of a single lane’s partition assignment during the partition-collisions probe.
- Partition
Collisions Report - Aggregated output of the partition-collisions probe.
Enums§
- Collision
Severity - Severity classification for a collision report. Matches the runbook’s
thresholds at
docs/rfc011-operator-runbook.md.
Functions§
- load_
probe_ inputs - Load the minimal config subset the probe needs, directly from env.