Tahir H. Butt

Results 46 comments of Tahir H. Butt

@carlosperello I think the issue might be specifically the ordering how how `aiopg` and `psycopg2` are patched. If I place `psycopg=True` before `aiopg=True` in `patch()`, I don't get an error,...

@carlosperello Did reordering the patch sequence address the problem you were having?

Thank you @bdowning for reporting the issue. We will look into it and update here when we have a fix.

Can you try wrapping the `gunicorn` command with `ddtrace-run` with the environment variable `DD_GEVENT_PATCH_ALL`? https://ddtrace.readthedocs.io/en/stable/integrations.html#gevent https://ddtrace.readthedocs.io/en/stable/basic_usage.html#ddtrace-run

Blocking for now until we have a handle on end-to-end testing of this feature.

@gnufede Can you fold these variants into the new `set_http_meta` scenario?

Right this is certainly difficult to accomplish with the service configuration options the library provides. Thank you for raising this request and we will discuss an approach. To help, I...

@gnufede Here are the results from the microbenchmark for `set_htto_meta` on the baseline (1.x) compared to this PR (b73a51). I will get you macrobenchmark numbers by end of day today....