opencensus-php icon indicating copy to clipboard operation
opencensus-php copied to clipboard

add B3 propagation

Open basvanbeek opened this issue 6 years ago • 3 comments

OpenCensus specs dictates for each OpenCensus library to support B3 propagation.

See: https://github.com/census-instrumentation/opencensus-specs/blob/master/trace/HTTP.md#propagation

basvanbeek avatar Oct 29 '18 16:10 basvanbeek

I can work on this. Should we support both classic and single header B3 right?

man. 29. okt. 2018 kl. 17:43 skrev Bas van Beek [email protected]:

OpenCensus specs dictates for each OpenCensus library to support B3 propagation.

See: https://github.com/census-instrumentation/opencensus-specs/blob/master/trace/HTTP.md#propagation

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/census-instrumentation/opencensus-php/issues/216, or mute the thread https://github.com/notifications/unsubscribe-auth/AC7sAmUT4FZBIKo6mgcDuA0uuRJe7WBRks5upzA2gaJpZM4X_l-7 .

-- -- José Carlos Chávez Teléfono: 708-5422 Anexo 918 Móvil: 962840384 / 946177706 RPM: 6975470 Nextel: 6177706

jcchavezs avatar Oct 29 '18 17:10 jcchavezs

yes with classic header having priority as the other OpenCensus libraries only support classic multi header at this point and when not explicitly called out, multi header is standard B3.

basvanbeek avatar Oct 29 '18 17:10 basvanbeek

Hello, @jcchavezs! Did you have a chance to work on this feature? I'm also interested in it and could offer some help.

spetrashov avatar Dec 19 '18 10:12 spetrashov