tracecontext

package
v0.24.0 Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2022 License: Apache-2.0 Imports: 9 Imported by: 79

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) SpanContextFromHeaders added in v0.22.5

func (f *HTTPFormat) SpanContextFromHeaders(tp string, ts string) (sc trace.SpanContext, ok bool)

SpanContextFromHeaders extracts a span context from provided header values.

func (*HTTPFormat) SpanContextFromRequest added in v0.4.0

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

SpanContextFromRequest extracts a span context from incoming requests.

func (*HTTPFormat) SpanContextToHeaders added in v0.22.5

func (f *HTTPFormat) SpanContextToHeaders(sc trace.SpanContext) (tp string, ts string)

SpanContextToHeaders serialize the SpanContext to traceparent and tracestate headers.

func (*HTTPFormat) SpanContextToRequest added in v0.4.0

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

SpanContextToRequest modifies the given request to include traceparent and tracestate headers.

Jump to

Keyboard shortcuts

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