Architecture These are the components that make up a fully fledged tracing system. Instrumented libraries Tracing information is collected on each host using the instrumented libraries and sent to Zipkin. When the host makes a request to another service, it passes a few tracing identifers along with the request so we can later tie the data together. We have instrumented the libraries below to trac