Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opentracing: Unknown or unsupported Inject/Extract format #51

Open
dayadev opened this issue Aug 29, 2019 · 0 comments
Open

opentracing: Unknown or unsupported Inject/Extract format #51

dayadev opened this issue Aug 29, 2019 · 0 comments

Comments

@dayadev
Copy link

dayadev commented Aug 29, 2019

I am working on a grpc service using the grpc-opentracing interceptor in one of my projects at https://github.com/dayadev/grpc-zipkin-with-grpc-gateway
but not able to extract span from the parent context and hence unable to propagate trace ids in inter service communication and I think when grpc_opentracing.UnaryServerInterceptor(grpc_opentracing.WithTracer(tracer) is invoked on a request, inside the open tracing interceptor, opentracing: Unknown or unsupported Inject/Extract format while extracting the parent context span from the tracer at tracer.Extract(opentracing.HTTPHeaders, metadataTextMap(md))

What would be the issue in my code?

@dayadev dayadev changed the title Error propagating parent traces in inter service communication opentracing: Unknown or unsupported Inject/Extract format Aug 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant