These koans require a larger screen. Please visit on a desktop browser.
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()