go tool trace provides a browser UI for exploring Go execution traces. It works well for manual

investigation, but it doesn't fit into scripts or CI pipelines — you can't grep the output, set

thresholds, or fail a build based on what the trace contains.

The problem

Go execution traces contain detailed runtime events: GC pauses, goroutine scheduling delays, mutex