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.
This commit is contained in:
parent
fab2a0dedc
commit
260c4eb854
1 changed files with 5 additions and 5 deletions
|
|
@ -305,11 +305,11 @@ A hive publishes only once it holds all three status-publish coordinates
|
||||||
below. A hive without them reads
|
below. A hive without them reads
|
||||||
`never_reported` — it's not broken, it just has nothing to say upward.
|
`never_reported` — it's not broken, it just has nothing to say upward.
|
||||||
|
|
||||||
| freshness | what to do about it |
|
| freshness | what to do about it |
|
||||||
| ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
|
| ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||||
| `fresh` | nothing — reported within `staleAfterSeconds` |
|
| `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 |
|
| `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 |
|
| `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 |
|
| `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
|
Every row also carries `last_seen_unix` and `age_seconds` if you want to
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue