Add write-ahead log documentation for Weave#2399
Add write-ahead log documentation for Weave#2399anastasiaguspan wants to merge 3 commits intomainfrom
Conversation
Document the new opt-in write-ahead log (WAL) feature that persists trace data to disk before sending it to the server, improving resilience against data loss from crashes, OOM kills, or server unavailability. Made-with: Cursor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Resume promptTo pick up where this session left off, use the following prompt:
|
Knowledgebase navigation updateNo updates to support articles, tag pages, product indexes or docs.json from this run. |
📚 Mintlify Preview Links✨ Added (1 total)📄 Pages (1)
📝 Changed (3 total)📄 Pages (2)
⚙️ Other (1)
🤖 Generated automatically when Mintlify deployment succeeds |
🔗 Link Checker Results✅ All links are valid! No broken links were detected. Checked against: https://wb-21fd5541-weave-wal-docs-1993.mintlify.app |
Adds `.cursor/` to `.gitignore` so local Cursor rules and editor config stay untracked and out of PR diffs. Each developer can keep personal rules (for example Jira MCP routing) under `.cursor/rules` without committing them. Made with [Cursor](https://cursor.com) --------- Co-authored-by: Matt Linville <matt.linville@wandb.com>
Summary
weave/guides/tracking/write-ahead-log.mdx), covering what the WAL is, how to enable it, how it works, and when to use it.WEAVE_ENABLE_WALandWEAVE_DISABLE_WAL_SENDERto the environment variables reference page.docs.json.Sources and decision log
trace-disableandops.Test plan
mintlify broken-linkspasses with no broken links.WEAVE_ENABLE_WAL,WEAVE_DISABLE_WAL_SENDER).Made with Cursor