From 260c4eb854a3178229f9dae37dc721d4ae10f7c1 Mon Sep 17 00:00:00 2001 From: iris Date: Tue, 8 Sep 2026 15:00:17 +0200 Subject: [PATCH] docs/swarm: re-pad README table after the unknown-row rewrite The rewrite widened the unknown row's cell by one character; nix fmt re-pads the whole table to match. Pure whitespace, no content change. --- docs/swarm/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/swarm/README.md b/docs/swarm/README.md index 71f60c4d..4c6a4b07 100644 --- a/docs/swarm/README.md +++ b/docs/swarm/README.md @@ -305,11 +305,11 @@ A hive publishes only once it holds all three status-publish coordinates below. A hive without them reads `never_reported` — it's not broken, it just has nothing to say upward. -| freshness | what to do about it | -| ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | -| `fresh` | nothing — reported within `staleAfterSeconds` | -| `stale` | the hive stopped reporting. Its last payload is still shown, so check `age_seconds` and the payload for what it managed to say | -| `never_reported` | this hive has never reported at all — normally a deployment that hasn't happened, not an outage | +| freshness | what to do about it | +| ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | +| `fresh` | nothing — reported within `staleAfterSeconds` | +| `stale` | the hive stopped reporting. Its last payload is still shown, so check `age_seconds` and the payload for what it managed to say | +| `never_reported` | this hive has never reported at all — normally a deployment that hasn't happened, not an outage | | `unknown` | something is publishing under a name that's not in `swarm.hives` — a typo in the roster, or a hive removed from the roster but still running | Every row also carries `last_seen_unix` and `age_seconds` if you want to