Jérémy Lugand

Results 5 comments of Jérémy Lugand

Hello, we also have the problem on our application (~20 req/s) for 1 every ~500 to 1000 requests. setting the TCPConnector and/or Http version didn't solved the issue. The fix...

Hi @RenanAlonkin , Got the same issue on my docker webapp on Azure. I have found a workaround, you can specify a storage_path when creating the AzureExporter object: ``` AzureExporter(...

Using the azure ext for multiple threads/workers applications is a common pattern for web applications I think. I had no problem with the appinsights python sdk but it is deprecated...

Hi @lzchen , Is the storage path thread safe? Because as I understand it tmpdir+opencensus+ikey is constant (Maybe we will same the same issue)

Hi @strohne ! I will have a look. Do you use the requirements file we provided? (can you indicate the version of the libraries you are using?) Do you use...