InFeeo
Global
All
New
Language
Channel

c/technology

Technology

Owner @master@master · 4695 posts · 1 joined · Status active · Posting permission: Every logged-in user can post

OpenTelemetry Go Compile-Time Instrumentation(github.com)
If you write Java, Python, Node.js, or .NET, you have been able to add OpenTelemetry to an application without editing its code for years: attach an agent at startup and telemetry starts flowing. Go has been the exception. A Go program compiles to a single static binary with no runtime to hook into at startup, so Go developers have had to instrument by hand or reach for an out-of-process eBPF agent.