feat(go): expose retained incident views
This commit is contained in:
parent
eff31b3a82
commit
6355fb403d
6 changed files with 166 additions and 7 deletions
|
|
@ -119,6 +119,14 @@ sudo enodia-sentinel-go --events-tail 50
|
|||
The native reader includes `events.jsonl.1`, preserves chronological order, and
|
||||
fails nonzero if either retained segment contains malformed JSON.
|
||||
|
||||
Inspect the sidecar's isolated incident records and timeline without starting
|
||||
the service or changing Python state:
|
||||
|
||||
```bash
|
||||
sudo enodia-sentinel-go --incidents-list
|
||||
sudo enodia-sentinel-go --incident-show <incident-id>
|
||||
```
|
||||
|
||||
Inspect or remove the validation service with:
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue