PattyGraph v0.1.4
This release makes alerting part of the normal PattyGraph operational loop.
Highlights
-
Added matcher alerts for counts that go above or below configured thresholds.
-
Added inline alert commands for configuring, inspecting, listing, and clearing alert state.
-
Persisted alert configuration through config output so tuned thresholds can be replayed or restored.
-
Added alert transition records to the PattyLog JSONL sidecar stream, including triggered and recovered
states. -
Bumped the PattyLog JSONL sidecar schema version to 4.
-
Added tests covering alert commands, alert persistence, quoted matcher names, and sidecar alert event shape.
Development and Forensic Replay
This release also promotes timedReplay as a companion development utility under cmd/timedReplay.
timedReplay and log_split.sh support the seed-and-replay workflow used for forensic playback of captured NGINX
access logs. This remains intentionally outside the main PattyGraph help path so the public UI stays focused
on normal application use.