← Back to match
go-instrument
Automatically adds distributed-tracing spans to Go functions by rewriting their AST.
Pluginfreeglobal
go-instrument is a free, open-source tool that automatically rewrites Go source code to add distributed-tracing spans to every function taking a context.Context argument, filling a gap where Go, unlike other languages, has no built-in way to auto-instrument function calls. It's aimed at Go developers and observability engineers who want tracing coverage across a codebase without hand-writing the same span-creation boilerplate in every function.
Categories
monitoringdeveloper toolsobservability

