StartFromFiberCtxWithLogger creates a spanContext and a context.Context containing the newly-created spanContext with a logger
(c fiber.Ctx, logger Logger, name ...string)
| 19 | |
| 20 | // StartFromFiberCtxWithLogger creates a spanContext and a context.Context containing the newly-created spanContext with a logger |
| 21 | StartFromFiberCtxWithLogger(c fiber.Ctx, logger Logger, name ...string) (context.Context, trace.Span, Logger) |
| 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) |
no outgoing calls
no test coverage detected