Transaction tracing is typically thought of something that only developers dowhen they need to troubleshoot a piece of their software. And lately, it’salso been used for tracing microservice-based transactions too. These are really useful capabilities, but what if you could profileeverything? Yes everything - software functions, microservice calls, fileaccess, network requests, even bash scripts. How would this change your viewon your systems? How would this enable you to better understand what yoursoftware is actually doing? In this talk I’ll show you how to trace everything using open source sysdig.We’ll cover: \- How to trace everything from a method in your software, aservice call, a network request, a shell command execution, a script, and more\- How to report on your traces to make the most sense of the data \- Usereal-world examples of tracing that show its benefits |