type go.opentelemetry.io/otel/trace.TracerOption
9 uses
go.opentelemetry.io/otel/trace (current package)
auto.go#L42: func (autoTracerProvider) Tracer(name string, opts ...TracerOption) Tracer {
config.go#L42: func NewTracerConfig(options ...TracerOption) TracerConfig {
config.go#L54: type TracerOption interface {
config.go#L317: func WithInstrumentationVersion(version string) TracerOption {
config.go#L345: func WithInstrumentationAttributes(attr ...attribute.KeyValue) TracerOption {
config.go#L355: func WithInstrumentationAttributeSet(set attribute.Set) TracerOption {
config.go#L373: func WithSchemaURL(schemaURL string) TracerOption {
noop.go#L29: func (noopTracerProvider) Tracer(string, ...TracerOption) Tracer {
provider.go#L58: Tracer(name string, options ...TracerOption) Tracer
 |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |