Skip to content

Commit

Permalink
[docs] Distributed tracing is enabled by default (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettlangdon committed Jul 26, 2019
1 parent e69112a commit c7221cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -1516,7 +1516,7 @@ Service C:
**Activating distributed tracing for integrations**
Many integrations included in `ddtrace` support distributed tracing. Distributed tracing is disabled by default, but can be activated via configuration settings.
Many integrations included in `ddtrace` support distributed tracing. Distributed tracing is enabled by default, but can be activated via configuration settings.
- If your application receives requests from services with distributed tracing activated, you must activate distributed tracing on the integrations that handle these requests (e.g. Rails)
- If your application send requests to services with distributed tracing activated, you must activate distributed tracing on the integrations that send these requests (e.g. Faraday)
Expand Down

0 comments on commit c7221cd

Please sign in to comment.