feat: report daemon uptime in status
This commit is contained in:
parent
f91b9f54b3
commit
2d314e85bf
7 changed files with 50 additions and 8 deletions
|
|
@ -275,12 +275,12 @@ Goal: make production failures diagnosable from the CLI and logs.
|
|||
stream, cursor, and stable error code where applicable.
|
||||
- `[ ]` Sensitive bearer tokens and private material are not logged.
|
||||
|
||||
- `[ ]` Expand health status.
|
||||
- `[x]` Expand health status.
|
||||
Acceptance criteria:
|
||||
- `[ ]` `geth status --json` reports daemon uptime.
|
||||
- `[ ]` Store schema version is visible.
|
||||
- `[ ]` Native backend health is visible.
|
||||
- `[ ]` Iroh relay/local-discovery state is visible without exposing
|
||||
- `[x]` `geth status --json` reports daemon uptime.
|
||||
- `[x]` Store schema version is visible.
|
||||
- `[x]` Native backend health is visible.
|
||||
- `[x]` Iroh relay/local-discovery state is visible without exposing
|
||||
unrelated config secrets.
|
||||
|
||||
- `[ ]` Add `geth doctor`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue