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