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

Function newClientHandler

shared/tracing/grpc.go:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20}
21
22func newClientHandler() stats.Handler {
23 return otelgrpc.NewClientHandler(otelgrpc.WithTracerProvider(otel.GetTracerProvider()))
24}
25
26func newServerHandler() stats.Handler {
27 return otelgrpc.NewServerHandler(otelgrpc.WithTracerProvider(otel.GetTracerProvider()))

Callers 1

DialOptionsWithTracingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected