docs(changelog): zombie memory-loss counters — six observability families#87
Merged
Conversation
…lies Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…ptile P2) AGENTS.md reserves zombie for brand/code tokens; metric names stay verbatim. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the Jun 12, 2026
<Update>for the memory-loss observability release (usezombie PR #397, merged): six globalzombie_memory_*Prometheus counter families onGET /metrics— hydration-window drops (entries + bytes), cap evictions, capture truncations, capture skips, and zero-hit searches — with the zero-hit integrity guarantee (database errors never count as recall misses) and a note that the three existing memory families are unchanged.Voice per
CHANGELOG_VOICE.md: one headline, consequence-first bullets, family names verbatim, no milestone IDs in the body.🤖 Generated with Claude Code
Greptile Summary
This PR adds a single
<Update>block tochangelog.mdxdocumenting the Jun 12, 2026 memory-loss observability release: six new global, label-freezombie_memory_*Prometheus counter families onGET /metrics.zombie_memory_*identifiers are correctly backtick-wrapped as code tokens per the AGENTS.md terminology rules.Confidence Score: 5/5
Documentation-only change adding a single changelog entry; no code, schema, or configuration is touched.
The change is a single Update block in a Mintlify MDX changelog. Terminology rules are followed correctly — agent/per-agent in all prose, metric names backtick-wrapped. Section order, voice, and tag conventions match the surrounding entries. No functional code is modified.
No files require special attention.
Important Files Changed
<Update>block documenting six newzombie_memory_*Prometheus counter families; prose correctly uses "agent"/"per-agent" throughout, all metric names are backtick-wrapped code tokens, section order and voice rules are followed.Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[Agent Memory Event] --> B{Event Type} B -->|Hydration reply byte-budget exceeded| C[zombie_memory_hydration_dropped_entries_total\nzombie_memory_hydration_dropped_bytes_total] B -->|Per-agent cap hit after capture push| D[zombie_memory_cap_evictions_total] B -->|Push byte-budget reached early| E[zombie_memory_capture_truncated_total] B -->|Delta rejected by validation| F[zombie_memory_capture_skipped_total] B -->|Memory search returns empty result| G{DB error?} G -->|No — clean empty result| H[zombie_memory_search_zero_hits_total] G -->|Yes — DB error| I[NOT counted — no increment] C & D & E & F & H --> J[GET /metrics — Prometheus scrape]Reviews (2): Last reviewed commit: "docs(changelog): agent, not zombie, as t..." | Re-trigger Greptile
Context used: