Understanding Tracing (5) – Java Agent vs Library Instrumentation
Comparing how the Micrometer (library) approach and the OTel Java Agent (bytecode manipulation) approach work — a look inside premain, the Instrumentation API, and ByteBuddy code injection.