You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clarifying question: this is not a problem if users instrument from within a forked process right? They'd just get a lock within each process, which works fine.
Setting up OpenTelemetry needs additional manual steps when working with gunicorn as documented here: https://opentelemetry-python.readthedocs.io/en/latest/examples/fork-process-model/README.html#gunicorn-post-fork-hook
This should not be required if a user is invokes the
opentelemetry-instrument
command to auto-instrument their gunicorn based service.Hint: pre instrumentation hook might be helpful to implement this.
The text was updated successfully, but these errors were encountered: