aws: The boto, botocore and aiobotocore integrations no longer include all API parameters by default. To retain the deprecated behavior, set the environment variable DD_AWS_TAG_ALL_PARAMS=1. The deprecated behavior and environment variable will be removed in v2.0.0.
Bug Fixes
aws: We are reducing the number of API parameters that the boto, botocore and aiobotocore integrations collect as span tags by default. This change limits span tags to a narrow set of parameters for specific AWS APIs using standard tag names. To opt out of the new default behavior and collect no API parameters, set the environment variable DD_AWS_TAG_NO_PARAMS=1. To retain the deprecated behavior and collect all API parameters, set the environment variable DD_AWS_TAG_ALL_PARAMS=1.
dynamic instrumentation: remove unnecessary log line from application start up
botocore: Before this change, the botocore integration stripped newlines from the JSON string encoded in the data blob of Amazon Kinesis records. This change includes a terminating newline if it is present in the decoded data.
telemetry: This fix resolves an issue when we try to fetch platform.libc_ver() on an unsupported system.
tracing: This fix resolves an issue where the DD_SERVICE_MAPPING mapped service names were not used when updating span metadata with the DD_VERSION set version string.
wsgi: This fix resolves an issue where BaseException raised in a WSGI application caused spans to not be submitted.
Commits
0f3cc70 chore(dynamic instrumentation): remove unnecessary log line from application ...
4181619 fix(tracing): fix usage of mapped_service when creating a new span (backport ...
9358ef8 fix(internal): catch possible OSError when calling platform.libc_ver() (backp...
5a7debf fix(botocore): keep newlines in json data for kinesis records [backport #4700...
1c9d59d fix(tests): pin attrs<22.2.0 for Python 3.6 in integration tests [backport #4...
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps ddtrace from 1.6.3 to 1.6.4.
Release notes
Sourced from ddtrace's releases.
Commits
0f3cc70
chore(dynamic instrumentation): remove unnecessary log line from application ...4181619
fix(tracing): fix usage of mapped_service when creating a new span (backport ...9358ef8
fix(internal): catch possible OSError when calling platform.libc_ver() (backp...5a7debf
fix(botocore): keep newlines in json data for kinesis records [backport #4700...1c9d59d
fix(tests): pin attrs<22.2.0 for Python 3.6 in integration tests [backport #4...359d9f5
fix(starlette framework tests): unpin sqlalchemy [backport #4801 to 1.6] (#4806)23e3215
chore(internal): remove side-effects from origin [backport #4435 to 1.6] (#4811)0cad73a
fix(aws): limit api params as span tags [backport #4781 to 1.6] (#4793)c5c5bec
chore(packaging): support version parsing in packaging v22 [backport #4752 to...1ae84a1
ci(encoders): fix encoders framework test [backport #4750 to 1.6] (#4754)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)