feat(core): add memory usage (leak) monitoring#13194
feat(core): add memory usage (leak) monitoring#13194goniz wants to merge 1 commit intoanomalyco:devfrom
Conversation
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
|
The following comment was made by an LLM, it may be inaccurate: Based on my search, I found several related PRs that address memory management and leak prevention: Potentially Related PRs:
Why they're related: These PRs all deal with memory management, leak detection, and prevention. The monitoring service in PR #13194 would complement these existing memory leak fixes by providing observability into memory state. Consider reviewing these PRs to ensure the monitoring feature integrates well with existing memory management strategies. |
What does this PR do?
This is a first draft PR about adding new memory monitoring service that will capture bad memory state and store info about it for later support.
Should be helpful in situations like:

Disclaimer
This code is 80% AI slop and is intended only for demonstrating the feature.
Proper implementation will follow 🤖