dpgrodriguez

Results 7 comments of dpgrodriguez

Hi Leighton, I tried your suggestion but still cannot send span data from inside multiprocess. I used your exact code and this is what was displayed: ``` outside {...redacted envelope...

Yes, tried setting it to 5 and 1.

I tried running this code on 4 different environments. CentOS 7.8 - Python 2.7.5 CentOS 7.8 - Python 3.6.8 macOS 10.14.6 - Python 2.7.16 macOS 10.14.6 - Python 3.7.5 I...

Is there a way to show lower level debug messages?

That's some interesting findings. I did some digging as well. In `BaseExporter` (`opencensus.ext.azure.common.exporter.py`), it looks like the items are actually being passed into the `export` method and into the queue...

The worker is actually present but doesn't see the contents of the threading queue because it can't access it. I did some quick PoC of using the multiprocess Queue and...