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...
- 📆 published on: 2017-07-26
- tags: monitoring, logging, metrics, tracing
https://github.com/khamidou/lptrace
strace for Python programs.
- tags: python, debugging, tracing
- source code
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.
- tags: python, debugging, tracing
- source code
https://github.com/google/pyringe
Debugger capable of attaching to and injecting code into Python processes.
- tags: python, debugging, tracing
- source code
https://github.com/ionelmc/python-hunter
A flexible code tracing toolkit.
- tags: python, debugging, tracing
- source code