Skip to content

Commit c808968

Browse files
committed
fix merge conflicts
2 parents 5a83e28 + 4ebd3d4 commit c808968

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-monitor/app/java-in-process-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Download the [applicationinsights-agent-3.2.4.jar](https://github.com/microsoft/
4444
> For details, see the [3.1.0 release notes](https://github.com/microsoft/ApplicationInsights-Java/releases/tag/3.1.0).
4545
>
4646
> If you're upgrading from 3.1.x:
47-
> - Starting from 3.2.0-BETA.3, InProc dependencies are not auto collected by default. For details on how to enable this, please see the [config options](./java-standalone-config.md#autocollect-inproc-dependencies-preview).
47+
> - Starting from 3.2.0, controller "InProc" dependencies are not captured by default. For details on how to enable this, please see the [config options](./java-standalone-config.md#autocollect-inproc-dependencies-preview).
4848
> - Database dependency names are now more concise with the full (sanitized) query still present in the `data` field. HTTP dependency names are now more descriptive.
4949
> This change can affect custom dashboards or alerts if they relied on the previous values.
5050
> For details, see the [3.2.0 release notes](https://github.com/microsoft/ApplicationInsights-Java/releases/tag/3.2.0).

articles/azure-monitor/app/java-standalone-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Instrumentation key overrides allow you to override the [default instrumentation
230230

231231
## Autocollect InProc dependencies (preview)
232232

233-
Starting from 3.2.0-BETA.3, if you want to automatically collect inproc dependencies, please use the following configuration:
233+
Starting from 3.2.0, if you want to capture controller "InProc" dependencies, please use the following configuration:
234234

235235
```json
236236
{

0 commit comments

Comments
 (0)