-
Notifications
You must be signed in to change notification settings - Fork 40
Open
0 / 10 of 1 issue completedDescription
We need to add support for pprof profiling within the CSI driver. This will enable developers and SREs to capture runtime profiling data, particularly heap dumps, to diagnose and resolve memory-related issues.
Problem:
Customers are encountering memory issues such as OOMs related to the CSI driver. Currently, there's no easy way to inspect the driver's internal memory state under load. With pprof, when the memory issue is suspected, they can collect heap dumps and also analyze the profiles using pprof tools to identify memory allocation patterns, and potential leaks.
Current Mitigation:
The current workaround for related issues is to implement webhook mitigation. But adding pprof support will allow for proper root cause analysis.
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels