MCPcopy
hub / github.com/NdoleStudio/httpsms / Start

Method Start

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

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

(c context.Context, name ...string)

Source from the content-addressed store, hash-verified

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)

Callers 15

GetMethod · 0.65
SetMethod · 0.65
GetMethod · 0.65
SetMethod · 0.65
StartMethod · 0.65
SendMethod · 0.65
ValidateEventMethod · 0.65
ValidateStoreMethod · 0.65
ValidateUpdateMethod · 0.65
ValidateMessageSendMethod · 0.65
StoreMethod · 0.65

Implementers 1

otelTracerapi/pkg/telemetry/otel_tracer.go

Calls

no outgoing calls

Tested by

no test coverage detected