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?
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 thesplit_by_domain
option. From what I can see thePin
API only supports overriding the service name and theconfig
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!