-
Notifications
You must be signed in to change notification settings - Fork 624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Out of the box support for uWSGI #675
Comments
this support only works for Tracing. Do we have any support for metrics ? |
Did you move the meterprovider, reader, and exporter setup to postfork hook? |
You need to have some hook |
yes, this solution worked |
The solution is working fine , but I noticed that it's missing the |
Setting up OpenTelemetry needs additional manual steps when working with uWSGI as documented here: https://opentelemetry-python.readthedocs.io/en/latest/examples/fork-process-model/README.html#uwsgi-postfork-decorator
This should not be required if a user is invokes the
opentelemetry-instrument
command to auto-instrument their uWSGI based service.Hint: pre instrumentation hook might be helpful to implement this.
The text was updated successfully, but these errors were encountered: