Skip to content

Commit 91b02de

Browse files
committed
Update version to PREVIEW.2
1 parent c585441 commit 91b02de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ You can still send custom telemetry from your application. The 3.0 agent will tr
2020

2121
**1. Download the agent**
2222

23-
Download [applicationinsights-agent-3.0.0-PREVIEW.jar](https://github.com/microsoft/ApplicationInsights-Java/releases/download/3.0.0-PREVIEW/applicationinsights-agent-3.0.0-PREVIEW.jar)
23+
Download [applicationinsights-agent-3.0.0-PREVIEW.2.jar](https://github.com/microsoft/ApplicationInsights-Java/releases/download/3.0.0-PREVIEW.2/applicationinsights-agent-3.0.0-PREVIEW.2.jar)
2424

2525
**2. Point the JVM to the agent**
2626

27-
Add `-javaagent:path/to/applicationinsights-agent-3.0.0-PREVIEW.jar` to your application's JVM args
27+
Add `-javaagent:path/to/applicationinsights-agent-3.0.0-PREVIEW.2.jar` to your application's JVM args
2828

2929
Typical JVM args include `-Xmx512m` and `-XX:+UseG1GC`. So if you know where to add these, then you already know where to add this.
3030

@@ -33,7 +33,7 @@ For additional help with configuring your application's JVM args, please see [3.
3333
**3. Point the agent to your Application Insights resource**
3434

3535
If you do not already have an Application Insights resource, you can create a new one by following the steps in the [resource creation guide](https://docs.microsoft.com/azure/azure-monitor/app/create-new-resource).
36-
Create a configuration file named `ApplicationInsights.json`, and place it in the same directory as `applicationinsights-agent-3.0.0-PREVIEW.jar`, with the following content:
36+
Create a configuration file named `ApplicationInsights.json`, and place it in the same directory as `applicationinsights-agent-3.0.0-PREVIEW.2.jar`, with the following content:
3737

3838
```json
3939
{

0 commit comments

Comments
 (0)