Documentation ¶
Index ¶
- type Instrumenter
- func (o *Instrumenter) OnDispatch(ctx context.Context, taskName string, attributes map[string]string) (context.Context, map[string]string, func())
- func (o *Instrumenter) OnReceive(ctx context.Context, attributes map[string]string) (context.Context, func())
- func (o *Instrumenter) OnTask(ctx context.Context, taskName string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instrumenter ¶
type Instrumenter struct {
// contains filtered or unexported fields
}
func NewInstrumenter ¶
func NewInstrumenter(tracerProvider trace.TracerProvider, propagator propagation.TextMapPropagator) *Instrumenter
func (*Instrumenter) OnDispatch ¶
Click to show internal directories.
Click to hide internal directories.