Skip to content
/ tracing Public

Helper library for distributed tracing in an istio/kubernetes environment

Notifications You must be signed in to change notification settings

ndcvbk/tracing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Get trace headers from a context:

headers, found := traceheaders.FromContext(ctx)

Inject trace headers into the header of an http request:

headers.Inject(req.Header)

About

Helper library for distributed tracing in an istio/kubernetes environment

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages