1
0
mirror of https://github.com/go-kit/kit.git synced 2025-07-17 01:12:38 +02:00

Update documentation throughout the project

This commit is contained in:
Peter Bourgon
2016-06-24 16:22:15 +00:00
parent c64e6811a2
commit 7e965c10fd
11 changed files with 74 additions and 865 deletions

8
tracing/doc.go Normal file
View File

@ -0,0 +1,8 @@
// Package tracing provides helpers and bindings for distributed tracing.
//
// As your infrastructure grows, it becomes important to be able to trace a
// request, as it travels through multiple services and back to the user.
// Package tracing provides endpoints and transport helpers and middlewares to
// capture and emit request-scoped information. We use the excellent OpenTracing
// project to bind to concrete tracing systems.
package tracing