1
0
mirror of https://github.com/distribution/distribution synced 2025-02-23 06:49:36 +01:00
Commit Graph

1 Commits

Author SHA1 Message Date
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