Documentation ¶
Index ¶
- type Config
- type Tracer
- func (t *Tracer) NewClientInterceptorSpan(ctx context.Context, name string) (context.Context, *tracing.Span)
- func (t *Tracer) NewClientSpan(ctx context.Context, caller string) (context.Context, *tracing.Span)
- func (t *Tracer) NewServerInterceptorSpan(ctx context.Context, name string) (context.Context, *tracing.Span)
- func (t *Tracer) NewServerSpan(ctx context.Context, caller string) (context.Context, *tracing.Span)
- func (t *Tracer) NewSpan(ctx context.Context, caller string) (context.Context, *tracing.Span)
- func (t *Tracer) NewSpanHTTP(r *http.Request, caller string) (*http.Request, *tracing.Span)
- func (t *Tracer) Sampler() sdk_trace.Sampler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tracer ¶
func (*Tracer) NewClientInterceptorSpan ¶
func (*Tracer) NewClientSpan ¶
func (*Tracer) NewServerInterceptorSpan ¶
func (*Tracer) NewServerSpan ¶
func (*Tracer) NewSpanHTTP ¶
Click to show internal directories.
Click to hide internal directories.