max / makenotwork
1 file changed,
+6 insertions,
-0 deletions
| @@ -1,6 +1,12 @@ | |||
| 1 | 1 | //! PoM — Production Operations Monitor. | |
| 2 | 2 | //! | |
| 3 | 3 | //! Health checks, test orchestration, and peer mesh for monitoring deployed services. | |
| 4 | + | //! | |
| 5 | + | //! # Design | |
| 6 | + | //! | |
| 7 | + | //! The competitive positioning, the operational runbook, and the PoM/producer | |
| 8 | + | //! health-contract pattern live in the maintainer wiki. | |
| 9 | + | //! <!-- wiki: pom-overview --> | |
| 4 | 10 | ||
| 5 | 11 | pub mod alerts; | |
| 6 | 12 | pub mod api; |