Documentation ¶ Index ¶ type Opener func (o *Opener) OpenURL(ctx context.Context, u *url.URL) (trace.SpanExporter, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Opener ¶ type Opener struct{} func (*Opener) OpenURL ¶ func (o *Opener) OpenURL(ctx context.Context, u *url.URL) (trace.SpanExporter, error) OpenURL respond to otlp:// (defaults to otlp+http), otlp+http://, otlp+gprc:// schemes Sample URL for local collector using HTTP otlp://localhost:4318 or using GRPC otlp+grpc://localhost:4317 Source Files ¶ View all Source files otlp.go Click to show internal directories. Click to hide internal directories.