| Repeatable Ingest Load Curveobservation_throughput_per_s |
Can the system ingest useful amounts of field data? |
Proves the system can accept field observations at useful rates without hidden bottlenecks. |
Use this to decide whether to optimize ingest, batch writes, or reduce input overhead. |
Throughput holds or improves across repeated matching runs with no failed required gates. |
| Endpoint Latency Distributionquery_p95_ms |
Will operators and dashboards get answers quickly? |
Operator readiness depends on fast reads, not only successful ingest. |
Use this to prioritize API, database, cache, or payload work. |
Query p95 is stable or improving, with endpoint-level evidence explaining outliers. |
| Storage Growth Curvedb_bytes_per_observation |
Is storage growth controlled as data volume rises? |
Storage cost must stay bounded as data volume grows beyond tiny demos. |
Use this to plan schema, retention, compaction, and data-shape work. |
DB bytes per observation stays flat or drops as sample size grows. |
| Field-Link Portal Loadportal_html_bytes |
Can the portal load on slow or remote links? |
Slow links and tunnels need payload and load-time evidence, not only local browser checks. |
Use this to prioritize asset size, compression, and route-level payload work. |
Portal payload and load timing remain within the field-readiness threshold. |
| Reliability And Failure Historyfailure_rate |
How often does the project fail or repeat the same problem? |
Repeated failures and flaky tests are project-management signals, not just engineering annoyances. |
Use this to decide whether to stabilize before adding scope. |
Failure rate trends down and high-priority defects do not repeatedly reappear. |
| Human Acceptance Signoffoperator_acceptance |
Does a real reviewer or operator trust the result? |
The proof should connect to whether a real user or reviewer can trust the system. |
Use this to schedule review, field-test signoff, and handoff work. |
Each major claim has at least one human-reviewed acceptance record. |
| Firmware Boot And I/O Tracefirmware_boot_success_rate |
Does firmware boot and report expected I/O repeatedly? |
Firmware evidence is needed for devices that must start reliably and read sensors safely. |
Use this to choose between firmware stabilization, hardware checks, or field tests. |
Firmware boots repeatedly and reports expected I/O without unsafe failures. |
| Firmware Identity And Board Lineagefirmware_identity_fields_present |
Can each frame be traced to the correct physical board? |
Recent OMEGA firmware emits operator labels, physical board tags, and factory MACs; proof should catch wrong-firmware or wrong-board mistakes. |
Use this before trusting field telemetry from multiple devices. |
Every tested firmware target emits stable identity fields and the operator can map each frame to the expected physical board. |
| Firmware Power And Thermal Healthfirmware_health_telemetry_present |
Can the node report power and thermal health during operation? |
Recent firmware adds ESP temperature and PMU/battery fields that prove nodes can be monitored during operation. |
Use this to decide whether a node is ready for soak, bench, or field work. |
Health telemetry appears in repeated frames without sentinel or missing values on boards that support those sensors. |
| Operator OLED Readabilityoperator_oled_readability |
Can a human identify the board and health state from the device itself? |
The dense one-screen OLED layout needs human-readable operator evidence, not only code review. |
Use this to decide whether UI/firmware display work blocks field use. |
An operator can identify the board and key health state from the OLED in one screen. |
| Required Gate Pass Raterequired_gate_pass_rate |
What does Required Gate Pass Rate prove for this project? |
Percent of accepted OMEGA proof reports where required checks pass |
Use it to decide whether the next step is testing, fixing, scaling, or stopping. |
The metric has a real baseline, a repeat run, and a clear decision rule. |
| Advisory Gate Pass Rateadvisory_gate_pass_rate |
What does Advisory Gate Pass Rate prove for this project? |
Percent of accepted OMEGA proof reports where advisory performance checks pass |
Use it to decide whether the next step is testing, fixing, scaling, or stopping. |
The metric has a real baseline, a repeat run, and a clear decision rule. |
| Wire Savingswire_savings_percent |
What does Wire Savings prove for this project? |
Measures binary mesh protocol efficiency versus JSON |
Use it to decide whether the next step is testing, fixing, scaling, or stopping. |
The metric has a real baseline, a repeat run, and a clear decision rule. |
| Unit Test Pass Rateunit_test_pass_rate |
What does Unit Test Pass Rate prove for this project? |
Percent of OMEGA pytest tests passing |
Use it to decide whether the next step is testing, fixing, scaling, or stopping. |
Real baseline, repeat run, clear decision rule. |