type go.opentelemetry.io/otel/api/trace.TracerOption
6 uses
go.opentelemetry.io/otel/api/trace (current package)
api.go#L32: Tracer(instrumentationName string, opts ...TracerOption) Tracer
api.go#L44: type TracerOption func(*TracerConfig)
api.go#L47: func WithInstrumentationVersion(version string) TracerOption {
noop_trace_provider.go#L22: func (p NoopProvider) Tracer(_ string, _ ...TracerOption) Tracer {
go.opentelemetry.io/otel/api/global/internal
trace.go#L78: func (p *traceProvider) Tracer(name string, opts ...trace.TracerOption) trace.Tracer {
trace.go#L98: opts []trace.TracerOption
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |