kayleejacques

Results 2 comments of kayleejacques

In our case, we are using `SimpleSpanProcessor` , gunicorn with multithreading (3 threads by default) and forked environment We followed https://opentelemetry-python.readthedocs.io/en/latest/examples/fork-process-model/README.html#gunicorn-post-fork-hook to setup the instrumentation opentelemetry-exporter-jaeger-thrift==1.10.0 opentelemetry-instrumentation==0.29b0 code snippet in...

@srikanthccv much appreciate your speedy response. I will consult with the team to switch to `BatchSpanProcessor` and adjust` OTEL_BSP_EXPORT_*` to start. The exporter migration might be a bit complicated as...