Skip to main content

Module admin

Module admin 

Source
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§

LanePartition
Result of a single lane’s partition assignment during the partition-collisions probe.
PartitionCollisionsReport
Aggregated output of the partition-collisions probe.

Enums§

CollisionSeverity
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.