Codebase list golang-github-go-kit-kit / 4509b84c-5d8f-4656-8a70-242053b8059a/main tracing / doc.go
4509b84c-5d8f-4656-8a70-242053b8059a/main

Tree @4509b84c-5d8f-4656-8a70-242053b8059a/main (Download .tar.gz)

doc.go @4509b84c-5d8f-4656-8a70-242053b8059a/mainraw · history · blame

1
2
3
4
5
6
7
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