opencensus-php
opencensus-php copied to clipboard
add B3 propagation
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
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
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.
Hello, @jcchavezs! Did you have a chance to work on this feature? I'm also interested in it and could offer some help.