tracecontext

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 12, 2018 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package tracecontext contains HTTP propagator for TraceContext standard. See https://github.com/w3c/distributed-tracing for more information.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HTTPFormat

type HTTPFormat struct{}

HTTPFormat implements the TraceContext trace propagation format.

func (*HTTPFormat) FromRequest

func (f *HTTPFormat) FromRequest(req *http.Request) (sc trace.SpanContext, ok bool)

FromRequest extracts a span context from incoming requests.

func (*HTTPFormat) ToRequest

func (f *HTTPFormat) ToRequest(sc trace.SpanContext, req *http.Request)

ToRequest modifies the given request to include a header.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL