elldritch / hipsterfy

Find out which Spotify hipsters you and your friends both like.
https://hipsterfy.com
Apache License 2.0
7 stars 0 forks source link

Refactor Zipkin traces to trace the entire request #13

Open elldritch opened 3 years ago

elldritch commented 3 years ago

Right now we trace only within the Scotty request handler, not the entire life of the request (including WAI handling). There should be a way to hack the tracing library to allow this, by smuggling the trace ID through the WAI request's vault.