Skip to content

Commit ec4dbde

Browse files
committed
added link to java agent
1 parent 468b905 commit ec4dbde

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-monitor/app/distributed-tracing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ Azure Monitor also offers an [application map](https://docs.microsoft.com/azure/
2323

2424
## How to Enable Distributed Tracing
2525

26-
Enabling distributed tracing across the services in an application is as simple as adding the proper SDK or library to each service, based on the language the service was implemented in.
26+
Enabling distributed tracing across the services in an application is as simple as adding the proper agent, SDK, or library to each service, based on the language the service was implemented in.
2727

28-
## Enabling via Application Insights SDKs
28+
## Enabling via Application Insights through auto-instrumentation or SDKs
2929

30-
The Application Insights SDKs for .NET, .NET Core, Java, Node.js, and JavaScript all support distributed tracing natively. Instructions for installing and configuring each Application Insights SDK are available below:
30+
The Application Insights agents and/or SDKs for .NET, .NET Core, Java, Node.js, and JavaScript all support distributed tracing natively. Instructions for installing and configuring each Application Insights SDK are available below:
3131

3232
* [.NET](https://docs.microsoft.com/azure/application-insights/quick-monitor-portal)
3333
* [.NET Core](https://docs.microsoft.com/azure/application-insights/app-insights-dotnetcore-quick-start)
34-
* [Java](https://docs.microsoft.com/azure/azure-monitor/app/java-ipa)
34+
* [Java](https://docs.microsoft.com/azure/azure-monitor/app/java-in-process-agent)
3535
* [Node.js](https://docs.microsoft.com/azure/application-insights/app-insights-nodejs-quick-start)
3636
* [JavaScript](https://docs.microsoft.com/azure/application-insights/app-insights-javascript)
3737
* [Python](opencensus-python.md)

0 commit comments

Comments
 (0)