StartFromFiberCtx creates a spanContext and a context.Context containing the newly-created spanContext.
(c fiber.Ctx, name ...string)
| 16 | type Tracer interface { |
| 17 | // StartFromFiberCtx creates a spanContext and a context.Context containing the newly-created spanContext. |
| 18 | StartFromFiberCtx(c fiber.Ctx, name ...string) (context.Context, trace.Span) |
| 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) |
no outgoing calls
no test coverage detected