Skip to content

v0.0.1

Compare
Choose a tag to compare
@fkarakas fkarakas released this 28 Jan 17:10
· 93 commits to main since this release
1cdaeff
De/activate pprof endpoint with linux signal (#11)

with kill -USR1 $PID to activate pprof endpoint
and stop the endpoint with kill -USR2 $PID

Co-authored-by: fkarakas <fkarakas.malt@tf1.fr>