Skip to content

Commit b2ad71f

Browse files
committed
w3c for java agent
1 parent 4072e63 commit b2ad71f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/azure-monitor/app/correlation.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ public void ConfigureServices(IServiceCollection services)
125125

126126
### Enable W3C distributed tracing support for Java apps
127127

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
128133
- **Incoming configuration**
129134

130135
- For Java EE apps, add the following to the `<TelemetryModules>` tag in ApplicationInsights.xml:
@@ -158,8 +163,8 @@ public void ConfigureServices(IServiceCollection services)
158163
>
159164
> 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.
160165
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.
163168
164169
### Enable W3C distributed tracing support for Web apps
165170

0 commit comments

Comments
 (0)