# dd-trace-dotnet **Repository Path**: mirrors_DataDog/dd-trace-dotnet ## Basic Information - **Project Name**: dd-trace-dotnet - **Description**: .NET Client Library for Datadog APM - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Datadog APM .NET Client Libraries bits dotnet This repository contains the sources for the client-side components of the Datadog product suite for Application Telemetry Collection and Application Performance Monitoring for .NET Applications. **[Datadog .NET Tracer](https://github.com/DataDog/dd-trace-dotnet/tree/master/tracer)**: A set of .NET libraries that let you trace any piece of your .NET code. It automatically instruments supported libraries out-of-the-box and also supports custom instrumentation to instrument your own code. This library powers [Distributed Tracing](https://docs.datadoghq.com/tracing/), [Application Security Management](https://docs.datadoghq.com/security/application_security/), [Continuous Integration Visibility](https://docs.datadoghq.com/continuous_integration/), [Dynamic Instrumentation](https://docs.datadoghq.com/dynamic_instrumentation/) and more. **[Datadog .NET Continuous Profiler](https://github.com/DataDog/dd-trace-dotnet/tree/master/profiler)**: Libraries that automatically profile your application. [Documentation](https://docs.datadoghq.com/tracing/profiler/). ## Downloads | Package | Download | |------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------| | Windows and Linux Installers | [![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/DataDog/dd-trace-dotnet)](https://github.com/DataDog/dd-trace-dotnet/releases) | | `Datadog.Trace` | [![Datadog.Trace](https://img.shields.io/nuget/vpre/Datadog.Trace.svg)](https://www.nuget.org/packages/Datadog.Trace) | | `Datadog.Trace.OpenTracing` | [![Datadog.Trace.OpenTracing](https://img.shields.io/nuget/vpre/Datadog.Trace.OpenTracing.svg)](https://www.nuget.org/packages/Datadog.Trace.OpenTracing) | ## Build status - Build status on `master`: [![Build](https://dev.azure.com/datadoghq/dd-trace-dotnet/_apis/build/status/consolidated-pipeline?branchName=master&stageName=build_windows_tracer)](https://dev.azure.com/datadoghq/dd-trace-dotnet/_build/latest?definitionId=54&branchName=master) - Benchmarks dashboard on `master`: [Dashboard](https://p.datadoghq.com/sb/c894ecec5-944662bba07ec41974e71682d239f16d?tpl_var_branch%5B0%5D=benchmarks%5C%2F%2A&tpl_var_runtime_name%5B0%5D=.NET%20Core%203.1&from_ts=1683889690697&to_ts=1691665690697&live=true) ## Development For local development and testing, see [Setup docs](https://github.com/DataDog/dd-trace-dotnet/blob/master/tracer/README.MD) ## Copyright Copyright (c) 2017 Datadog [https://www.datadoghq.com](https://www.datadoghq.com/) ## License See [license information](../LICENSE). ## Contact us ### Security Vulnerabilities If you have found a security issue, please contact the security team directly at [security@datadoghq.com](mailto:security@datadoghq.com). ### Other feedback If you have questions, feedback, or feature requests, reach our [support](https://docs.datadoghq.com/help).