Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ The [latest version of the .NET Tracer][4] can automatically instrument the foll
| SQL Server | `System.Data` 4.0.0+</br>`System.Data.SqlClient` 4.0.0+</br>`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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/en/tracing/trace_collection/compatibility/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 2 additions & 0 deletions content/en/tracing/trace_collection/compatibility/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions content/en/tracing/trace_collection/compatibility/nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 2 additions & 0 deletions content/en/tracing/trace_collection/compatibility/php.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions content/en/tracing/trace_collection/compatibility/php_v0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions content/en/tracing/trace_collection/compatibility/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down