opentracing-contrib/nginx-opentracing

ParentSpanId not working

Closed this issue · 0 comments

I have a ecosystem Api Gateway -> Nginx -> Microservice,

I want the SPAN created in NGINX be child of Span Apigee.

When i send the headers below,

image

my nginx.conf

image

The Spans are in the same TraceId, but they arent in a relation Parent and Child, they were as spans separate.

I ever tried to use openresty with lua, but have the same result.

image