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
chore: add profiling labels for pprof analysis (#19232)
PProf labels segment the code into groups for determing the source ofcpu/memory profiles. Since the web server and background jobs share alot of the same code (eg wsbuilder), it helps to know if the load isuser induced, or background job based.