MCPcopy Index your code
hub / github.com/NdoleStudio/httpsms / StartFromFiberCtxWithLogger

Method StartFromFiberCtxWithLogger

api/pkg/telemetry/tracer.go:21–21  ·  view source on GitHub ↗

StartFromFiberCtxWithLogger creates a spanContext and a context.Context containing the newly-created spanContext with a logger

(c fiber.Ctx, logger Logger, name ...string)

Source from the content-addressed store, hash-verified

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)

Callers 15

BearerAPIKeyAuthFunction · 0.65
PhoneAPIKeyAuthFunction · 0.65
HTTPRequestLoggerFunction · 0.65
MessagesMethod · 0.65
EventMethod · 0.65
IndexMethod · 0.65
StoreMethod · 0.65
IndexMethod · 0.65
DeleteMethod · 0.65
UpdateMethod · 0.65
IndexMethod · 0.65
DeleteMethod · 0.65

Implementers 1

otelTracerapi/pkg/telemetry/otel_tracer.go

Calls

no outgoing calls

Tested by

no test coverage detected