Skip to main content

Traces and Spans Explained

A request hits your API gateway, which calls two backend services, and one of those queries a database. Walk me through what that looks like as a distributed trace. What is a span, and how do spans connect to each other?

Junior questions
Observabilitybeginner

// interview question

A request hits your API gateway, which calls two backend services, and one of those queries a database. Walk me through what that looks like as a distributed trace. What is a span, and how do spans connect to each other?

Answer out loud first, then check yourself against the model answer.

#opentelemetry#distributed-tracing#observability#spans
Sponsored
Carbon Ads

More Observability interview questions

Also worth your time on this topic