WASR Metrics¶
WASR (Weekly Active Successful Runs) is a lightweight health signal for first-run and repeat usage.
Event Log Format¶
WorldFlux writes local JSON Lines telemetry to:
- default:
.worldflux/metrics.jsonl - override:
WORLDFLUX_METRICS_PATH
Each event includes:
eventtimestamprun_idscenariosuccessduration_secttfi_secartifactserror
Compute WASR¶
Optional deterministic timestamp:
Practical Interpretation¶
wasr: number of unique successful runs in the lookback window.quickstart.success_rate: successful CPU-first runs / attempts.retention: week-to-week overlap of active run IDs (proxy for repeat usage).