You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: remove tracemalloc/python_heap_bytes per review feedback
tracemalloc.start() has ~10-30% runtime overhead and was being activated
silently for all production connectors. The cgroup-based metrics already
provide container memory pressure visibility. tracemalloc-based heap
metrics will be added separately behind an explicit opt-in env var flag.
Co-Authored-By: bot_apk <apk@cognition.ai>
0 commit comments