Skip to content

Commit 5dab2b6

Browse files
authored
Merge pull request #111756 from trask/update-version
Update version
2 parents c288336 + e12743b commit 5dab2b6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.2.jar](https://github.com/microsoft/ApplicationInsights-Java/releases/download/3.0.0-PREVIEW.2/applicationinsights-agent-3.0.0-PREVIEW.2.jar)
23+
Download [applicationinsights-agent-3.0.0-PREVIEW.3.jar](https://github.com/microsoft/ApplicationInsights-Java/releases/download/3.0.0-PREVIEW.3/applicationinsights-agent-3.0.0-PREVIEW.3.jar)
2424

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

27-
Add `-javaagent:path/to/applicationinsights-agent-3.0.0-PREVIEW.2.jar` to your application's JVM args
27+
Add `-javaagent:path/to/applicationinsights-agent-3.0.0-PREVIEW.3.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

@@ -40,7 +40,7 @@ Point the agent to your Application Insights resource, either by setting an envi
4040
APPLICATIONINSIGHTS_CONNECTION_STRING=InstrumentationKey=00000000-0000-0000-0000-000000000000
4141
```
4242

43-
Or by creating a configuration file named `ApplicationInsights.json`, and placing it in the same directory as `applicationinsights-agent-3.0.0-PREVIEW.2.jar`, with the following content:
43+
Or by creating a configuration file named `ApplicationInsights.json`, and placing it in the same directory as `applicationinsights-agent-3.0.0-PREVIEW.3.jar`, with the following content:
4444

4545
```json
4646
{

articles/azure-monitor/app/sampling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ By default no sampling is enabled in the Java agent and SDK. Currently it only s
305305

306306
#### Configuring Java Agent
307307

308-
1. 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)
308+
1. Download [applicationinsights-agent-3.0.0-PREVIEW.3.jar](https://github.com/microsoft/ApplicationInsights-Java/releases/download/3.0.0-PREVIEW.3/applicationinsights-agent-3.0.0-PREVIEW.3.jar)
309309

310310
1. To enable sampling add the following to your `ApplicationInsights.json` file:
311311

0 commit comments

Comments
 (0)