tracing

package
v0.4.108 Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2026 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

View Source
const (
	HeaderFlyTraceId = "fly-trace-id"
	HeaderFlySpanId  = "fly-span-id"
)

Variables

This section is empty.

Functions

func CMDSpan added in v0.1.148

func CMDSpan(ctx context.Context, spanName string, opts ...trace.SpanStartOption) (context.Context, trace.Span)

func CreateLinkSpan added in v0.1.148

func CreateLinkSpan(ctx context.Context, res *http.Response)

func GetTracer

func GetTracer() trace.Tracer

func InitTraceProvider

func InitTraceProvider(ctx context.Context, appName string) (*sdktrace.TracerProvider, error)

func InitTraceProviderWithoutApp added in v0.2.37

func InitTraceProviderWithoutApp(ctx context.Context) (*sdktrace.TracerProvider, error)

func NewTransport

func NewTransport(inner http.RoundTripper) http.RoundTripper

func RecordCancellation added in v0.4.108

func RecordCancellation(ctx context.Context, span trace.Span) []attribute.KeyValue

RecordCancellation annotates a span without changing its status. Call before cleanup, using the operation's context (which may be a child of the span's).

func RecordError

func RecordError(ctx context.Context, span trace.Span, err error, description string)

func RecordErrorEvent added in v0.4.108

func RecordErrorEvent(ctx context.Context, span trace.Span, err error, opts ...trace.EventOption)

RecordErrorEvent records the original error along with the cancellation cause at the point the error is observed. Causes are metadata, not additional errors: expected cleanup must not turn a successful operation into a failed span.

func SpanContextFromHeaders added in v0.1.148

func SpanContextFromHeaders(res *http.Response) trace.SpanContext

Types

type InstrumentedTransport

type InstrumentedTransport struct {
	// contains filtered or unexported fields
}

func (*InstrumentedTransport) RoundTrip

func (t *InstrumentedTransport) RoundTrip(req *http.Request) (*http.Response, error)

Jump to

Keyboard shortcuts

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