Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var HTTPFormat = CombinedHTTPFormat{ &b3.HTTPFormat{}, &jaeger.HTTPFormat{}, &stackdriver.HTTPFormat{}, &xray.HTTPFormat{}, }
Functions ¶
func BootstrapStats ¶
func BootstrapStats() (func(), error)
func BootstrapTrace ¶
func BootstrapTrace() (cleanup func(), err error)
Types ¶
type CombinedHTTPFormat ¶
type CombinedHTTPFormat []propagation.HTTPFormat
func (CombinedHTTPFormat) SpanContextFromRequest ¶
func (hf CombinedHTTPFormat) SpanContextFromRequest(req *http.Request) (trace.SpanContext, bool)
func (CombinedHTTPFormat) SpanContextToRequest ¶
func (hf CombinedHTTPFormat) SpanContextToRequest(sc trace.SpanContext, req *http.Request)
Click to show internal directories.
Click to hide internal directories.