You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/correlation.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,11 @@ public void ConfigureServices(IServiceCollection services)
125
125
126
126
### Enable W3C distributed tracing support for Java apps
127
127
128
+
#### Java 3.0 agent
129
+
130
+
Java 3.0 agent supports W3C out of the box and no additional configuration is needed.
131
+
132
+
#### Java SDK
128
133
-**Incoming configuration**
129
134
130
135
- For Java EE apps, add the following to the `<TelemetryModules>` tag in ApplicationInsights.xml:
@@ -158,8 +163,8 @@ public void ConfigureServices(IServiceCollection services)
158
163
>
159
164
> Ideally, you would turn this off when all your services have been updated to newer versions of SDKs that support the W3C protocol. We highly recommend that you move to these newer SDKs as soon as possible.
160
165
161
-
> [!IMPORTANT]
162
-
> Make sure the incoming and outgoing configurations are exactly the same.
166
+
> [!IMPORTANT]
167
+
> Make sure the incoming and outgoing configurations are exactly the same.
163
168
164
169
### Enable W3C distributed tracing support for Web apps
0 commit comments