openzipkin / zipkin-js

Zipkin instrumentation for Node.js and browsers
Apache License 2.0
565 stars 171 forks source link

Separate Trace is getting created in case of wrapping Axios Client #530

Open agarwal00s opened 2 years ago

agarwal00s commented 2 years ago
Screenshot 2021-11-12 at 3 51 09 PM

Client calls are marked as separate traces instead of mapping inside the parent trace even when the same trace is being passed.

imattacus commented 2 years ago

Bump I'm seeing the same when using zipkin-instrumentation-fetch with zipkin-instrumentation-koa. Any ideas?