Documentation ¶ Index ¶ func InitProvider(ctx context.Context, endpoint string) (func(context.Context) error, error) func StartChaosSpan(ctx context.Context, operation string, target string, faultType string) (context.Context, trace.Span) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func InitProvider ¶ func InitProvider(ctx context.Context, endpoint string) (func(context.Context) error, error) InitProvider sets up the OpenTelemetry tracing pipeline with an OTLP exporter. It automatically sanitizes the endpoint to satisfy gRPC dialer constraints. func StartChaosSpan ¶ func StartChaosSpan(ctx context.Context, operation string, target string, faultType string) (context.Context, trace.Span) Types ¶ This section is empty. Source Files ¶ View all Source files tracer.go Click to show internal directories. Click to hide internal directories.