Start creates a spanContext and a context.Context containing the newly-created spanContext.
(c context.Context, name ...string)
| 22 | |
| 23 | // Start creates a spanContext and a context.Context containing the newly-created spanContext. |
| 24 | Start(c context.Context, name ...string) (context.Context, trace.Span) |
| 25 | |
| 26 | // StartWithLogger creates a spanContext and a context.Context containing the newly-created spanContext with a logger |
| 27 | StartWithLogger(c context.Context, logger Logger, name ...string) (context.Context, trace.Span, Logger) |
no outgoing calls
no test coverage detected