Tagged in

Microservices

OpenTracing
OpenTracing
A blog discussing distributed tracing and context propagation
More information
Followers
3.4K
Elsewhere
More, on Medium

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…