MCPcopy Create free account
hub / github.com/codealong-dev/ride-sharing / newPropagator

Function newPropagator

shared/tracing/tracing.go:51–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51func newPropagator() propagation.TextMapPropagator {
52 return propagation.NewCompositeTextMapPropagator(
53 propagation.TraceContext{},
54 propagation.Baggage{},
55 )
56}
57
58func newTraceProvider(cfg Config, exporter sdktrace.SpanExporter) (*sdktrace.TracerProvider, error) {
59 res, err := resource.New(context.Background(),

Callers 1

InitTracerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected