An open API service indexing awesome lists of open source software.

https://github.com/bcuff/dd-trace-csharp

A C# Implementation of Data Dog Tracing
https://github.com/bcuff/dd-trace-csharp

Last synced: 5 months ago
JSON representation

A C# Implementation of Data Dog Tracing

Awesome Lists containing this project

README

          

# DataDog Tracing for C#

## Packages

- [DataDog.Tracing](https://www.nuget.org/packages/DataDog.Tracing/) - Core library
- [DataDog.Tracing.Sql](https://www.nuget.org/packages/DataDog.Tracing.Sql/) - For tracing ADO .NET implementations. (e.g. SqlCommand, MySqlCommand, ...)
- [DataDog.Tracing.AspNetCore](https://www.nuget.org/packages/DataDog.Tracing.AspNetCore/) - For tracing ASP.NET Core applications.

```bash
# Install from nuget.org
dotnet add package DataDog.Tracing
```

**Note** that only .NET Core is supported since APM is not currently supported on DataDog's Windows agent.