swactor/crates/distribution/tests
Zachery Aaron Shores-Chmielewski b23f82e9a9 feat(distribution): add diagnostics subsystem
Structured observability for the iroh/SWIM layer: Aggregator, typed Event/Snapshot
types, Sink (NoopSink default), ProbeScheduler, process stats, and host/iroh/swim
introspection, plus the swactor-diag-collector, -postproc, and -iroh-relay binaries
that assemble and render per-run bundles. Generalizes the pipeline-parallel-inference
example to N stages and adds the topology-planner spec.


Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
2026-05-20 11:41:30 +04:00
..
common fix: reduce idle cpu, gossip noise, stability (#51) 2026-02-25 11:11:03 +00:00
fixtures/diag-bundle-n3 feat(distribution): add diagnostics subsystem 2026-05-20 11:41:30 +04:00
cache.rs feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
iroh_driver.rs feat: stability for deployment and distribution (#44) 2026-02-19 14:39:33 +00:00
kademlia_directory.rs refactor: consolidate crate functions (#50) 2026-02-24 09:12:28 +00:00
kademlia_lookup.rs feat: add support for iroh as the transport layer (#40) 2026-02-15 09:47:05 +00:00
kademlia_routing.rs refactor: consolidate crate functions (#50) 2026-02-24 09:12:28 +00:00
lifeguard.rs feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
node_integration.rs refactor: consolidate crate functions (#50) 2026-02-24 09:12:28 +00:00
registry.rs feat: add support for iroh as the transport layer (#40) 2026-02-15 09:47:05 +00:00
repair.rs refactor: consolidate crate functions (#50) 2026-02-24 09:12:28 +00:00
swim_dissemination.rs feat: add support for iroh as the transport layer (#40) 2026-02-15 09:47:05 +00:00
swim_node.rs fix: reduce idle cpu, gossip noise, stability (#51) 2026-02-25 11:11:03 +00:00
swim_probe.rs fix: reduce idle cpu, gossip noise, stability (#51) 2026-02-25 11:11:03 +00:00
t_diag_aggregator.rs feat(distribution): add diagnostics subsystem 2026-05-20 11:41:30 +04:00
t_diag_collector.rs feat(distribution): add diagnostics subsystem 2026-05-20 11:41:30 +04:00
t_diag_env_probes.rs feat(distribution): add diagnostics subsystem 2026-05-20 11:41:30 +04:00
t_diag_event_emission.rs feat(distribution): add diagnostics subsystem 2026-05-20 11:41:30 +04:00
t_diag_host_context.rs feat(distribution): add diagnostics subsystem 2026-05-20 11:41:30 +04:00
t_diag_iroh_driver.rs feat(distribution): add diagnostics subsystem 2026-05-20 11:41:30 +04:00
t_diag_iroh_internals.rs feat(distribution): add diagnostics subsystem 2026-05-20 11:41:30 +04:00
t_diag_postproc.rs feat(distribution): add diagnostics subsystem 2026-05-20 11:41:30 +04:00
t_diag_swim_internals.rs feat(distribution): add diagnostics subsystem 2026-05-20 11:41:30 +04:00
t_diag_t1_e2e.rs feat(distribution): add diagnostics subsystem 2026-05-20 11:41:30 +04:00
transport_and_codec.rs refactor: remove dead code, consolidate files (#52) 2026-02-25 14:33:04 +00:00
types_and_crypto.rs refactor: consolidate crate functions (#50) 2026-02-24 09:12:28 +00:00