diff --git a/content/en/tracing/trace_collection/compatibility/dotnet-core.md b/content/en/tracing/trace_collection/compatibility/dotnet-core.md index facf2f3a698..74d9cedb149 100644 --- a/content/en/tracing/trace_collection/compatibility/dotnet-core.md +++ b/content/en/tracing/trace_collection/compatibility/dotnet-core.md @@ -132,6 +132,8 @@ The [latest version of the .NET Tracer][4] can automatically instrument the foll | SQL Server | `System.Data` 4.0.0+
`System.Data.SqlClient` 4.0.0+
`Microsoft.Data.SqlClient` 1.0.0+ | `SqlClient` | | WebClient / WebRequest | `System.Net.Requests` 4.0+ | `WebRequest` | + **Note**: Customers using Redis clients are recommended to use Datadog trace agent 7.76 or later. This is due to a change added in the Redis 6.0 API which allows inline credentials, which are automatically obfuscated starting in the 7.76 release. + Don't see the library you're looking for? First, check if the library produces observability data compatible with OpenTelemetry (see [Using OpenTelemetry Instrumentation Libraries][13] for more details). If not, Datadog is continually adding additional support. [Check with the Datadog team][5] for help. ## End of life .NET runtime versions diff --git a/content/en/tracing/trace_collection/compatibility/dotnet-framework.md b/content/en/tracing/trace_collection/compatibility/dotnet-framework.md index 0f40aad120b..127b0607fa2 100644 --- a/content/en/tracing/trace_collection/compatibility/dotnet-framework.md +++ b/content/en/tracing/trace_collection/compatibility/dotnet-framework.md @@ -102,6 +102,8 @@ The [latest version of the .NET Tracer][5] can automatically instrument the foll | WCF (server) | built-in | `Wcf` | | WebClient / WebRequest | built-in | `WebRequest` | + **Note**: Customers using Redis clients are recommended to use Datadog trace agent 7.76 or later. This is due to a change added in the Redis 6.0 API which allows inline credentials, which are automatically obfuscated starting in the 7.76 release. + Don't see the library you're looking for? First, check if the library produces observability data compatible with OpenTelemetry (see [Using OpenTelemetry Instrumentation Libraries][11] for more details). If not, Datadog is continually adding additional support. [Check with the Datadog team][6] for help. ## Supported Datadog Agent versions diff --git a/content/en/tracing/trace_collection/compatibility/go.md b/content/en/tracing/trace_collection/compatibility/go.md index 86690e20273..40a4bd2cbab 100644 --- a/content/en/tracing/trace_collection/compatibility/go.md +++ b/content/en/tracing/trace_collection/compatibility/go.md @@ -103,6 +103,7 @@ The Go tracer includes support for the following data stores and libraries. | [Kubernetes][71] | Fully Supported | [github.com/DataDog/dd-trace-go/contrib/k8s.io/client-go/kubernetes/v2][111] | | [Memcache][73] | Fully Supported | [github.com/DataDog/dd-trace-go/contrib/bradfitz/gomemcache/memcache/v2][112] | + **Note**: Customers using Redis clients are recommended to use Datadog trace agent 7.76 or later. This is due to a change added in the Redis 6.0 API which allows inline credentials, which are automatically obfuscated starting in the 7.76 release. Packages must be imported with: diff --git a/content/en/tracing/trace_collection/compatibility/java.md b/content/en/tracing/trace_collection/compatibility/java.md index 14d7def6efc..c37c3365d8c 100644 --- a/content/en/tracing/trace_collection/compatibility/java.md +++ b/content/en/tracing/trace_collection/compatibility/java.md @@ -218,6 +218,8 @@ Don't see your desired networking framework? Datadog is continually adding addit | Vert.x Redis Client | 3.9-4.x | Fully Supported | `vertx-redis-client` | | Vert.x MySQL Client | 3.9-4.x | Fully Supported | `vertx-sql-client` | + **Note**: Customers using Redis clients are recommended to use Datadog trace agent 7.76 or later. This is due to a change added in the Redis 6.0 API which allows inline credentials, which are automatically obfuscated starting in the 7.76 release. + `dd-java-agent` is also compatible with common JDBC drivers including: - Apache Derby diff --git a/content/en/tracing/trace_collection/compatibility/nodejs.md b/content/en/tracing/trace_collection/compatibility/nodejs.md index 4ae7cdf7691..1a459d006cc 100644 --- a/content/en/tracing/trace_collection/compatibility/nodejs.md +++ b/content/en/tracing/trace_collection/compatibility/nodejs.md @@ -146,6 +146,8 @@ Or, modify the `package.json` file if you typically start an application with np | [tedious][41] | `>=1` | Fully supported | SQL Server driver for `mssql` and `sequelize` | | [Prisma][69] | `>=6.1.0`| Fully supported | | + **Note**: Customers using Redis clients are recommended to use Datadog trace agent 7.76 or later. This is due to a change added in the Redis 6.0 API which allows inline credentials, which are automatically obfuscated starting in the 7.76 release. + ### Worker compatibility | Module | Versions | Support Type | Notes | diff --git a/content/en/tracing/trace_collection/compatibility/php.md b/content/en/tracing/trace_collection/compatibility/php.md index 4f825dd3713..60d38269a69 100644 --- a/content/en/tracing/trace_collection/compatibility/php.md +++ b/content/en/tracing/trace_collection/compatibility/php.md @@ -156,6 +156,8 @@ To request support for additional CLI libraries, contact our awesome [support te | Predis | 1.1 | All supported PHP versions | | SQLSRV | *(Any Supported PHP)* | All supported PHP versions | + **Note**: Customers using Redis clients are recommended to use Datadog trace agent 7.76 or later. This is due to a change added in the Redis 6.0 API which allows inline credentials, which are automatically obfuscated starting in the 7.76 release. + To request support for additional datastores, contact our awesome [support team][3]. #### Library compatibility diff --git a/content/en/tracing/trace_collection/compatibility/php_v0.md b/content/en/tracing/trace_collection/compatibility/php_v0.md index fa78a2e0d99..3ffd04b0c51 100644 --- a/content/en/tracing/trace_collection/compatibility/php_v0.md +++ b/content/en/tracing/trace_collection/compatibility/php_v0.md @@ -145,6 +145,8 @@ To request support for additional CLI libraries, contact our awesome [support te | Predis | 1.1 | Fully Supported | | SQLSRV | *(Any Supported PHP)* | Fully Supported | + **Note**: Customers using Redis clients are recommended to use Datadog trace agent 7.76 or later. This is due to a change added in the Redis 6.0 API which allows inline credentials, which are automatically obfuscated starting in the 7.76 release. + To request support for additional datastores, contact our awesome [support team][3]. #### Library compatibility diff --git a/content/en/tracing/trace_collection/compatibility/python.md b/content/en/tracing/trace_collection/compatibility/python.md index 52767694934..8f983afa73e 100644 --- a/content/en/tracing/trace_collection/compatibility/python.md +++ b/content/en/tracing/trace_collection/compatibility/python.md @@ -96,6 +96,8 @@ The `ddtrace` library includes support for the following data stores: | [SQLite3][43] | Fully Supported | yes | https://ddtrace.readthedocs.io/en/stable/integrations.html#sqlite | | [Vertica][44] | >= 0.6 | yes | https://ddtrace.readthedocs.io/en/stable/integrations.html#vertica | + **Note**: Customers using Redis clients are recommended to use Datadog trace agent 7.76 or later. This is due to a change added in the Redis 6.0 API which allows inline credentials, which are automatically obfuscated starting in the 7.76 release. + ### Library compatibility The `ddtrace` library includes support for the following libraries: