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

Function newExporter

shared/tracing/tracing.go:47–49  ·  view source on GitHub ↗
(endpoint string)

Source from the content-addressed store, hash-verified

45}
46
47func newExporter(endpoint string) (sdktrace.SpanExporter, error) {
48 return jaeger.New(jaeger.WithCollectorEndpoint(jaeger.WithEndpoint(endpoint)))
49}
50
51func newPropagator() propagation.TextMapPropagator {
52 return propagation.NewCompositeTextMapPropagator(

Callers 1

InitTracerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected