Yury Kulazhenkov (Dell EMC): A story about debugging of one Go application / #GolangPiter

A story about debugging of one Go application The talk describes techniques that were used for the application debugging during CSI driver development. Using a real problem as example, we describe how we use metrics collection, logging, and remote debugger as tools for identifying and solving problems during the development phase of a Go application. Container Storage Interface (CSI) - a specification that describes the interface for creating custom components that work with various storage systems. This
Back to Top