Skip to content

Commit b8c7301

Browse files
committed
Address Manu's comments
1 parent 5b13ac3 commit b8c7301

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This repository contains what you need to trace C# applications. Some quick note
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).
14-
- It does not support OpenTracing `FollowsFrom` references, `Baggage` or `Log`
14+
- Our tracer is based on the current OpenTracing standard, however we do not yet support the following features: `FollowsFrom` references, `Baggage` or `Log`.
1515

1616
## The Components
1717

@@ -22,7 +22,7 @@ This repository contains what you need to trace C# applications. Some quick note
2222

2323
## Getting Started
2424

25-
Before instrumenting your code, [install the Datadog Agent](https://app.datadoghq.com/account/settings#agent) on your application servers (or locally, if you're just trying out C# APM) and enable the APM Agent. See the special instructions for [Windows](https://github.com/DataDog/datadog-trace-agent#run-on-windows) and [Docker](https://github.com/DataDog/docker-dd-agent#tracing--apm) if you're using either.
25+
Before instrumenting your code, [install the Datadog Agent](https://app.datadoghq.com/account/settings#agent) on your application servers (or locally, if you're just trying out C# APM) and enable the APM Agent. On Windows, the trace agent is shipped together with the Datadog Agent only since version 5.18.2, so users must update to 5.18.2 or above. See special instructions for [Docker](https://github.com/DataDog/docker-dd-agent#tracing--apm) if you're using it.
2626

2727
### Manual Instrumentation
2828

0 commit comments

Comments
 (0)