polyc-runtime 0.1.3

Shared Unix-coherence runtime for polychrome binaries: logging, health/metrics side-server, signals.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Shared Unix-coherence scaffolding for polychrome binaries (PRD ยง11):
//! structured logging, a health/metrics side-server, and signal-driven graceful
//! shutdown. Used by both the control plane and the harness so the two binaries
//! behave identically under Kubernetes.

pub mod health;
pub mod observability;
pub mod propagation;
pub mod signals;
pub mod supervise;