Introduction to Distributed Tracing with Zipkin and Jaeger

By Gerred Dillon | October 10, 2018

In another article, we dove into OpenTracing and OpenCensus to look more into the mechanics of how tracing works. Although we will be using different backends for our tracing, our demo application will use OpenTracing at its core. These examples will be using the Go Programming Language and the OpenTracing Go API, but you do not need to understand it in order to follow along with the examples.