provide support for multiple processes while exporting spans #15
provide support for multiple processes while exporting spans #15asldevi wants to merge 3 commits intocensus-ecosystem:masterfrom
Conversation
implementation is based on prefixes of the span names Reason: we use jaeger exporter with OpenCensus php library and there is [no direct support](https://docs.google.com/spreadsheets/d/1I-rP_H9UtgqwRM863hVMTHH6AEsJbPCPXWPRy8lVzzw/edit#gid=0) for "SameProcessAsParentSpan" in Jaeger where as OpenCensus recommends it. [Source](jaegertracing/jaeger#1770 (comment))
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
implementation is based on prefixes of the span names
Reason:
we use jaeger exporter with OpenCensus php library
and there is no direct support for "SameProcessAsParentSpan" in Jaeger where as OpenCensus recommends it. Source