Lightning talk at dotGo 2014.
Video available here: https://www.youtube.com/watch?v=VoFfhEbcEG0
Introduces how we implement distributed request tracing at Hailo within our platform composed from micro-services built almost entirely in Go.
Using Go's Channels and Selects allows us to forward traces when possible, but not at the expense of serving requests to our end users.