Some paths require a wider view. Return on a larger screen.
What Gets Exported
The code speaks. But in what language?
Instrumentation creates telemetry inside the program.
To leave the program, it must become structured data.
Read the code. Predict the output.
read the code, fill in the blanks
instrumented code
let span = tracer.startSpan("checkout") span.setAttribute("order.id", "8842") span.setAttribute("http.request.method", "POST") // ... do work ...
span.end()