tracer

package
v1.19.1 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2024 License: Apache-2.0 Imports: 1 Imported by: 13

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetTracer

func SetTracer(t Tracer)

Can be used for your own tracing (for example, with Lightstep)

Types

type NoOpSpan

type NoOpSpan struct{}

func (*NoOpSpan) End

func (s *NoOpSpan) End()

func (*NoOpSpan) RecordError

func (s *NoOpSpan) RecordError(_ error)

type NoOpTracer

type NoOpTracer struct{}

func (*NoOpTracer) Start

func (t *NoOpTracer) Start(ctx context.Context, _ string, _ ...interface{}) (context.Context, Span)

type Span

type Span interface {
	RecordError(err error)
	End()
}

func Start

func Start(ctx context.Context, spanName string, opts ...interface{}) (context.Context, Span)

type Tracer

type Tracer interface {
	Start(ctx context.Context, spanName string, opts ...interface{}) (context.Context, Span)
}

Jump to

Keyboard shortcuts

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