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
- Host: GitHub
- URL: https://github.com/bcuff/dd-trace-csharp
- Owner: bcuff
- License: apache-2.0
- Archived: true
- Created: 2017-08-14T23:44:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T15:32:41.000Z (almost 4 years ago)
- Last Synced: 2025-12-29T01:05:32.891Z (6 months ago)
- Language: C#
- Size: 58.6 KB
- Stars: 3
- Watchers: 3
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.