Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 2.23 KB

tracing.md

File metadata and controls

39 lines (33 loc) · 2.23 KB

Bookmarks tagged [tracing]

https://www.youtube.com/watch?v=juP9VApKy_I

Adrian talks about often confused telemetry tools: Logging, Metrics and Distributed Tracing. He shows how to capture latency using each of those tools and how they work differently. Through examples a...


https://github.com/khamidou/lptrace

strace for Python programs.


https://github.com/ionelmc/python-manhole

Debug service that will accept unix domain socket connections and present the stacktraces for all threads and an interactive prompt.


https://github.com/google/pyringe

Debugger capable of attaching to and injecting code into Python processes.


https://github.com/ionelmc/python-hunter

A flexible code tracing toolkit.