The Atlas
Sensor Atlas
A navigational map of the sensor landscape. Each row is a sensor family — a question you're asking about the system. Each column is a stage of the software lifecycle — when the signal becomes available, from authoring the code on the left to observing real-world outcomes on the right. For the narrative version of how evidence accumulates, see the confidence stack.
Use the atlas to orient yourself. What question are you asking? Find the row. When can you afford to learn the answer? Find the column. Empty cells are questions nobody instrumented at that stage yet.
Lifecycle stages
10 families at a glance
How the families lean on each other
Sensor families are not a stack — evidence from one family routinely depends on another family having done its job. Arrows point from the family that leans to the family it leans on, labelled with a sensor that carries the connection. Hover a node to isolate its neighborhood. Drawn from the cross-references inside the catalog entries themselves; only the strongest links are shown.
Family dependency graph (text)
- Adversarial leans on Behavioral via: Property-Based Testing
- Adversarial leans on Change via: Fault Injection
- Adversarial leans on Invariants via: Fault Injection, Live Chaos Experiments, Metamorphic Testing
- Adversarial leans on Runtime via: Live Chaos Experiments
- Adversarial leans on Structural via: Static Security Analysis
- Adversarial leans on Test Effectiveness via: Fuzzing, Metamorphic Testing, Property-Based Testing
- Architecture leans on Behavioral via: Boundary Sensors
- Architecture leans on Change via: Dependency Graph
- Architecture leans on Evolution via: Hotspot Analysis
- Architecture leans on Runtime via: Live Service Graph Discovery
- Architecture leans on Test Effectiveness via: Hotspot Analysis
- Behavioral leans on Adversarial via: Example-Based Tests
- Behavioral leans on Change via: Contract Tests, Smoke Tests, Synthetic Monitoring
- Behavioral leans on Invariants via: Contract Tests, Smoke Tests
- Behavioral leans on Runtime via: Synthetic Monitoring
- Behavioral leans on Structural via: Contract Tests
- Behavioral leans on Test Effectiveness via: Example-Based Tests, Snapshot Tests
- Change leans on Adversarial via: Canary Analysis, Shadow Traffic
- Change leans on Behavioral via: API Compatibility, Feature Flag Exposure Telemetry
- Change leans on Evolution via: A/B Testing, Error-Budget Impact
- Change leans on Runtime via: Feature Flag Exposure Telemetry
- Change leans on Structural via: Incremental Build Correctness
- Change leans on Test Effectiveness via: A/B Testing
- Evolution leans on Architecture via: Change Coupling
- Evolution leans on Change via: Revert Rate
- Evolution leans on Runtime via: Incident Correlation
- Invariants leans on Adversarial via: Runtime Invariants
- Invariants leans on Behavioral via: Pre-Promotion Invariant Gates, Runtime Invariants
- Invariants leans on Change via: Pre-Promotion Invariant Gates
- Invariants leans on Runtime via: Business Invariants, Database Invariants, Runtime Invariants
- Invariants leans on Structural via: Runtime Invariants, Statically Checked Invariants
- Runtime leans on Change via: Distributed Traces, Load Testing, Observability Events
- Runtime leans on Human Comprehension via: Observability Events
- Runtime leans on Evolution via: Observability Events
- Runtime leans on Invariants via: Observability Events
- Structural leans on Adversarial via: Build Provenance & SBOM, Contract & Refinement Types, Static Analysis
- Structural leans on Behavioral via: Build Provenance & SBOM, Contract & Refinement Types, Schema Validator
- Structural leans on Change via: Build Provenance & SBOM
- Structural leans on Invariants via: Model Checking, Theorem Proving, Type Checker
- Structural leans on Test Effectiveness via: Type Checker
- Test Effectiveness leans on Adversarial via: Mutation Testing
- Test Effectiveness leans on Behavioral via: Escaped Defect Rate, Mutation Testing
- Test Effectiveness leans on Change via: Diff Coverage
- Test Effectiveness leans on Evolution via: Escaped Defect Rate