distribution/context
Stephen J Day d8ac79f643 Contextual tracing support for logs
This adds WithTrace function to the context package that allows users to trace
a time span between a trace allocation and returned function call. The
resulting context includes ids that will allow for future dapper-like analysis.

Please see the godoc addition for details.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-04-10 16:42:30 -07:00
..
context.go Disassociate instance id from application 2015-04-09 18:45:39 -07:00
doc.go Context package to support context-aware logging 2015-02-06 16:20:38 -08:00
http.go Improve context package 2015-04-01 15:40:21 -07:00
http_test.go Improve context package 2015-04-01 15:40:21 -07:00
logger.go Correctly reference context object 2015-04-03 14:09:33 -07:00
trace.go Contextual tracing support for logs 2015-04-10 16:42:30 -07:00
trace_test.go Contextual tracing support for logs 2015-04-10 16:42:30 -07:00
util.go Improve context package 2015-04-01 15:40:21 -07:00