Top Stories published by OpenTracing in 2016

Towards Turnkey Distributed Tracing

OpenTracing is a new, open distributed tracing standard for applications and OSS packages…


Tracing HTTP request latency in Go with OpenTracing

Update (21 March 2019): my book Mastering Distributed Tracing is out!

In Go 1.7 we have a new package net/http/httptrace that provides a convenient mechanism for observing what happens during an HTTP request. In…