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

Method StartFromFiberCtx

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

StartFromFiberCtx creates a spanContext and a context.Context containing the newly-created spanContext.

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

Source from the content-addressed store, hash-verified

16type 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)

Callers 15

AuthenticatedFunction · 0.65
BearerAuthFunction · 0.65
APIKeyAuthFunction · 0.65
GetAttachmentMethod · 0.65
IndexMethod · 0.65
UpsertMethod · 0.65
DeleteMethod · 0.65
UpsertFCMTokenMethod · 0.65
StoreMethod · 0.65
StoreMethod · 0.65
UpdateMethod · 0.65
subscriptionUpdateURLMethod · 0.65

Implementers 1

otelTracerapi/pkg/telemetry/otel_tracer.go

Calls

no outgoing calls

Tested by

no test coverage detected