type go.opentelemetry.io/otel/trace.TracerOption
7 uses
go.opentelemetry.io/otel/trace (current package)
config.go#L48: func NewTracerConfig(options ...TracerOption) TracerConfig {
config.go#L57: type TracerOption interface {
config.go#L311: func WithInstrumentationVersion(version string) TracerOption {
config.go#L321: func WithInstrumentationAttributes(attr ...attribute.KeyValue) TracerOption {
config.go#L329: func WithSchemaURL(schemaURL string) TracerOption {
noop.go#L40: func (p noopTracerProvider) Tracer(string, ...TracerOption) Tracer {
trace.go#L576: Tracer(name string, options ...TracerOption) Tracer
|
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |