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:
8
tracing/doc.go
Normal file
8
tracing/doc.go
Normal 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
|
Reference in New Issue
Block a user