Skip to content

Commit 5b13ac3

Browse files
author
Gus
authored
review 2
1 parent 41006e6 commit 5b13ac3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,18 @@ Datadog APM traces the path of each request through your application stack, reco
77
This repository contains what you need to trace C# applications. Some quick notes up front:
88

99
- **Datadog C# APM is currently in Alpha**
10-
- It support .Net Framework version above 4.5 and .Net Core 2.0
10+
- It supports .Net Framework version above 4.5 and .Net Core 2.0
1111
- It does not support out of process propagation
1212
- It does not provide automatic framework instrumentation, all instrumentation is [manual](#manual-instrumentation)
1313
- Multiple AppDomains are not supported (but it could work).
1414
- It does not support OpenTracing `FollowsFrom` references, `Baggage` or `Log`
1515

16+
## The Components
17+
18+
19+
**[Datadog Tracer](https://github.com/DataDog/dd-trace-csharp)**: an OpenTracing-compatible library that lets you trace any piece of your C# code.
20+
21+
**[Datadog APM Agent](https://github.com/DataDog/datadog-trace-agent)**: a service that runs on your application servers, accepting trace data from the Datadog Tracer and sending it to Datadog. (The APM Agent is not part of this repo; it's the same Agent to which all Datadog tracers—Go, Python, etc—send data)
1622

1723
## Getting Started
1824

0 commit comments

Comments
 (0)