Codebase list golang-github-go-kit-kit / run/71c4d6ff-0b5f-4c1b-9fd0-be5954a003b1/main tracing / doc.go
run/71c4d6ff-0b5f-4c1b-9fd0-be5954a003b1/main

Tree @run/71c4d6ff-0b5f-4c1b-9fd0-be5954a003b1/main (Download .tar.gz)

doc.go @run/71c4d6ff-0b5f-4c1b-9fd0-be5954a003b1/main

7e965c1
 
 
 
 
876cd87
7e965c1
1
2
3
4
5
6
7
// 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.
package tracing