Srikanth Chekuri

Results 417 comments of Srikanth Chekuri

>My case, it is in otel exporter and still have the problem with latest version. What is the exception? You should minimum share the stack trace.

@kayleejacques, you confirmed the point I made in the thread above, i.e. it doesn't matter whether the used span processor is `Simple` or `Batch`; the exception will still be raised...

A fix could have been made to make the exporter fork-aware. The Jaeger exporters have been removed from the baseline.

@andreacimino >Note > >You need to install a distro package to get auto instrumentation working. The opentelemetry-distro package contains the default distro and automatically configures some of the common options...

@kwrobert, any chance you are using some application server like gunicorn/uwsgi in your code? And what is the worker class used? @lzchen, one way to (non-)deterministically reproduce this is to...

>should we simply load the default if there is any exception thrown I think this will be an undesirable thing to do if the given context provider has a different...

Yes, this is still open. The author of #1069 didn't have the time to re-work the PR after many changes got made to codebase.

I think we can start by supporting `DEBUG`, `INFO` and `ERROR` since they are more universal and expand later if the spec adds more. I looked at the prev PR,...

Closing this since there is nothing we do specifically about the CPU architectures (at least for now).