Documentation
¶
Overview ¶
Package tracing provides tracing possibilities
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tracing ¶
type Tracing interface { // Start initializes tracing provider Start(ctx context.Context) error // GetProvider returns tracing provider GetProvider() trace.TracerProvider }
Tracing is the interface to access tracing.
func NewTracingOtelGrpc ¶
NewTracingOtelGrpc returns a otel based implementation of Tracing.
Click to show internal directories.
Click to hide internal directories.