-
Notifications
You must be signed in to change notification settings - Fork 412
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
Set service name for boto3/botocore from env var #9040
Comments
cc @tabgok |
Any update on this? |
Hi @HoneyryderChuck , Thanks for submitting this issue! Could you provide more information as to why you want to override the service name for botocore? Generally the different botocore services have different functionality (between |
Most other integrations allow changing the service name. In the use case of managing multiple services, it makes it easier to narrow down which traces belong to which service. |
Hi @HoneyryderChuck , Thanks for raising this issue! We created the fix as part of the latest 2.10.0 release (link) |
Summary of problem
Several other client libs support service name overrides from env var (
DD_AREDIS_SERVICE
,DD_PSYCOPG_SERVICE
,DD_HTTPX_SERVICE
), but there's no such env var support for overriding botocore service name (currently it's "aws.sqs", "aws.s3"...)In fact, patching
Which version of dd-trace-py are you using?
I've searched on "latest" docs, and found nothing. But I'm using
boto3-1.33.13
andbotocore-1.33.13
.How can we reproduce your problem?
What is the result that you get?
service name was not overridden (still "aws.sqs").
What is the result that you expected?
service name "bang".
The text was updated successfully, but these errors were encountered: