Is auto-instrumentation possible in the pre-fork web server model? #2851
Unanswered
jaroslawporada
asked this question in
Q&A
Replies: 2 comments
-
@ocelotl Can you please comment if additional configuration is needed? |
Beta Was this translation helpful? Give feedback.
0 replies
-
It works without any extra configuration for tracing with the tracing but it might still be required for metrics. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is "opentelemetry-instrument uwsgi --http :8000 --module instrumentation_example.wsgi" sufficient or should I configure tracer using https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples/fork-process-model#uwsgi-postfork-decorator to prevent locking?
Beta Was this translation helpful? Give feedback.
All reactions