Y
Hacker News
new
|
ask
|
show
|
jobs
by
etimberg
531 days ago
Until you run your server behind something like gunicorn and all of the auto imports stop working and you have to do it all yourself.
2 comments
jdsleppy
531 days ago
I found this to work fine
https://opentelemetry-python.readthedocs.io/en/latest/exampl...
link
jdsleppy
528 days ago
...but with manually running autoinstrumentation in the post fork hook.
I guess there is a lot of undocumented magic in OTel...
link
BugsJustFindMe
531 days ago
It works with uwsgi just fine though.
link