tracing.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [tracing]

www.codever.land/bookmarks/t/tracing

dotScale 2017 - Adrian Cole - Observability 3 ways: Logging, Metrics & Tracing - 18min

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...


lptrace

https://github.com/khamidou/lptrace

strace for Python programs.


manhole

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.


pyringe

https://github.com/google/pyringe

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


python-hunter

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

A flexible code tracing toolkit.