Skip to content
The Collector Page

Using the Collector

The Collector page at / is the operator screen. Everything needed to run an event is on it: the master switch, one card per rig, and the Logs, Health, and Config panels.

The Collector page during a session

Status bar

ControlMeaning
Master ControlThe master switch. SYSTEMS LIVE means the UDP listeners and delivery workers are running; SYSTEMS OFFLINE means nothing is being collected.
PLAYBACK MODEAn amber badge shown when the collector is replaying a recorded .tlm file instead of listening for live UDP.
Public addressThe collector’s public IP address, shown with a blue indicator. This is the address to enter in F1 25 for an internet-reachable collector.
Runtime StateGreen when the collector’s shared runtime state is available. Red means the UI cannot read live values.
MEMTotal memory used by the single collector process for all rigs — not memory per rig.
n/n CollectorsHow many of the configured rigs currently have a running collector.

The Logs, Health, and Config buttons on the right open the three operator panels.

The address badge is the public IP only

The badge shows an address, not a port. Each rig’s UDP port is on its own card. On a LAN-only deployment, use the Docker host’s LAN address rather than the public one.

Rig cards

Each enabled rig has its own card. The card border and state line are colour-coded:

State lineMeaning
Telemetry liveThe collector is running and receiving UDP packets.
Telemetry playbackThe collector is running and replaying a recorded file.
Awaiting telemetryThe collector is running but no packets have arrived recently.
Awaiting playbackPlayback is configured but has not produced packets yet.
Race completeFinal Classification was received for this session.
Collector stoppedMaster Control is off, or this rig failed to start.

The pills along the top of each card show:

  • RIG n — the rig identifier used in the delivered data
  • UDP nnnnn — the rig’s UDP port; green when packets arrived recently
  • REC — this rig is currently writing a .tlm recording
  • REC ERROR — this rig could not create or write its recording file; hover for the error
  • O11y ✓ / ✗ / — and HEC ✓ / ✗ / — — the latest endpoint validation result, shown only for enabled destinations
  • The queue pill — see below

The card body shows speed, gear, lap, lap time, and track, with the session’s fastest lap in the top-right.

The queue pill

The queue pill covers outbound HEC and Observability requests only. It is not the UDP receive path and does not report dropped game packets.

PillMeaning
QUEUE OKNo outbound request was rejected for capacity in the last 10-second sample. This does not prove the destination accepted every request.
Q 12/60This rig currently has 12 requests using a shared 60-request capacity. The denominator is shared across all rigs, not reserved per card.
3 DROPThree outbound requests were rejected in the last 10-second sample because the shared in-memory capacity was full.

HTTP and network delivery failures are recorded in the collector log and health data, and can occur even while the pill reads QUEUE OK.

Entering a driver name

Entering a driver name on a rig card

  1. Select EDIT on the rig card.
  2. Type the driver’s display name.
  3. Select SAVE.

The name is a label attached to that rig’s delivered telemetry. Saving a new name also clears the previous race-complete and fastest-lap display, which is how a card is handed over to the next driver.

Recording

With collectors running on live UDP, press RECORD once to arm booth recording for every rig. The control then reads ARMED with a count of the rigs actively writing files. See Running an Event for the full lifecycle.

The Record control is hidden while Playback Mode is enabled.

Built-in help

Select ? in the top-right corner for an operator reference with tabs for Start, Dashboard, Config, Health, and Logs.

The built-in help panel

Recommended first-use sequence

  1. Open Config, set the rig count and an Event Name, and configure your destinations.
  2. Select Deploy Configuration.
  3. Turn on Master Control and confirm it reads SYSTEMS LIVE.
  4. Configure the game using the collector address and the rig’s UDP port.
  5. Start a practice session and confirm the card shows Telemetry live with real values.
  6. Confirm the destination pills on the card show .

One change at a time

During setup, first prove UDP ingest, then prove HEC, then prove Observability. Separating the checks makes network and credential problems much easier to identify.