dd-trace-py icon indicating copy to clipboard operation
dd-trace-py copied to clipboard

Override aiohttp `distributed_tracing` and `split_by_domain` options per instance?

Open mike-oakley opened this issue 6 months ago • 1 comments

Summary of problem

I'd like to be able to configure on a per-client-session basis the aiohttp options to propagate distributed tracing headers and the split_by_domain option. From what I can see the Pin API only supports overriding the service name and the config is a private variable of the class - am I missing something?

Which version of dd-trace-py are you using?

2.10.3

Which version of pip are you using?

24.2

Which libraries and their versions are you using?

aiohttp 3.9.2

Thanks for your help!

mike-oakley avatar Aug 09 '24 16:08 mike-oakley