Documentation ¶ Index ¶ func Init(ctx context.Context, serviceName string, serviceVersion string, ...) type Span func StartSpan(ctx context.Context, name string) (context.Context, *Span) func (s *Span) End() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Init ¶ func Init(ctx context.Context, serviceName string, serviceVersion string, samplingRate float32) Types ¶ type Span ¶ type Span struct { // contains filtered or unexported fields } func StartSpan ¶ func StartSpan(ctx context.Context, name string) (context.Context, *Span) func (*Span) End ¶ func (s *Span) End() Source Files ¶ View all Source files trace.go Click to show internal directories. Click to hide internal directories.