Option applies configuration to Transport.
func(*Transport)
| 110 | |
| 111 | // Option applies configuration to Transport. |
| 112 | type Option func(*Transport) |
| 113 | |
| 114 | // WithTracerProvider configures the TracerProvider. |
| 115 | func WithTracerProvider(tp trace.TracerProvider) Option { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…