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/availability-test-migration.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,11 @@ We simplify this process by providing clear step-by-step instructions to ensure
18
18
The following steps walk you through the process of creating [standard tests](availability-standard-tests.md) that replicate the functionality of your [URL ping tests](/previous-versions/azure/azure-monitor/app/monitor-web-app-availability). It allows you to more easily start using the advanced features of [standard tests](availability-standard-tests.md) using your previously created [URL ping tests](/previous-versions/azure/azure-monitor/app/monitor-web-app-availability).
19
19
20
20
> [!IMPORTANT]
21
-
>
22
-
> On September 30th, 2026, **[URL ping tests](/previous-versions/azure/azure-monitor/app/monitor-web-app-availability) retire**. Transition to **[standard tests](/editor/availability-standard-tests.md)** before then.
23
-
>
21
+
> On September 30th, 2026, **[URL ping tests](/previous-versions/azure/azure-monitor/app/monitor-web-app-availability) will be retired**. Transition to **[standard tests](/editor/availability-standard-tests.md)** before then.
24
22
> - A cost is associated with running **[standard tests](/editor/availability-standard-tests.md)**. Once you create a **[standard test](/editor/availability-standard-tests.md)**, you will be charged for test executions.
23
+
>
25
24
> - Refer to **[Azure Monitor pricing](https://azure.microsoft.com/pricing/details/monitor/#pricing)** before starting this process.
26
-
25
+
>
27
26
### Prerequisites
28
27
29
28
- Any [URL ping test](/previous-versions/azure/azure-monitor/app/monitor-web-app-availability) within Application Insights
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/convert-classic-resource.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,8 @@ Your classic resource data persists and is subject to the retention settings on
53
53
54
54
If you don't need to migrate an existing resource, and instead want to create a new workspace-based Application Insights resource, see the [Workspace-based resource creation guide](create-workspace-resource.md).
55
55
56
+
> [!NOTE]
57
+
> The migration process shouldn't introduce any application downtime or restarts nor change your existing instrumentation key or connection string.
56
58
## Prerequisites
57
59
58
60
- A Log Analytics workspace with the access control mode set to the **Use resource or workspace permissions** setting:
@@ -28,16 +28,16 @@ For more information, see [Use Application Insights Java In-Process Agent in Azu
28
28
29
29
### Docker entry point
30
30
31
-
If you're using the *exec* form, add the parameter `-javaagent:"path/to/applicationinsights-agent-3.4.18.jar"` to the parameter list somewhere before the `"-jar"` parameter, for example:
31
+
If you're using the *exec* form, add the parameter `-javaagent:"path/to/applicationinsights-agent-3.4.19.jar"` to the parameter list somewhere before the `"-jar"` parameter, for example:
In this example we have copied the `applicationinsights-agent-3.4.18.jar` and `applicationinsights.json` files from an `agent` folder (you can choose any folder of your machine). These two files have to be in the same folder in the Docker container.
62
+
In this example we have copied the `applicationinsights-agent-3.4.19.jar` and `applicationinsights.json` files from an `agent` folder (you can choose any folder of your machine). These two files have to be in the same folder in the Docker container.
63
63
64
64
### Third-party container images
65
65
@@ -81,18 +81,18 @@ For information on setting up the Application Insights Java agent, see [Enabling
81
81
If you installed Tomcat via `apt-get` or `yum`, you should have a file `/etc/tomcat8/tomcat8.conf`. Add this line to the end of that file:
If you installed Tomcat via download and unzip from [https://tomcat.apache.org](https://tomcat.apache.org), you should have a file `<tomcat>/bin/catalina.sh`. Create a new file in the same directory named `<tomcat>/bin/setenv.sh` with the following content:
If the file `<tomcat>/bin/setenv.sh` already exists, modify that file and add `-javaagent:path/to/applicationinsights-agent-3.4.18.jar` to `CATALINA_OPTS`.
95
+
If the file `<tomcat>/bin/setenv.sh` already exists, modify that file and add `-javaagent:path/to/applicationinsights-agent-3.4.19.jar` to `CATALINA_OPTS`.
96
96
97
97
### Tomcat 8 (Windows)
98
98
@@ -101,35 +101,35 @@ If the file `<tomcat>/bin/setenv.sh` already exists, modify that file and add `-
101
101
Locate the file `<tomcat>/bin/catalina.bat`. Create a new file in the same directory named `<tomcat>/bin/setenv.bat` with the following content:
102
102
103
103
```
104
-
set CATALINA_OPTS=%CATALINA_OPTS% -javaagent:path/to/applicationinsights-agent-3.4.18.jar
104
+
set CATALINA_OPTS=%CATALINA_OPTS% -javaagent:path/to/applicationinsights-agent-3.4.19.jar
105
105
```
106
106
107
107
Quotes aren't necessary, but if you want to include them, the proper placement is:
108
108
109
109
```
110
-
set "CATALINA_OPTS=%CATALINA_OPTS% -javaagent:path/to/applicationinsights-agent-3.4.18.jar"
110
+
set "CATALINA_OPTS=%CATALINA_OPTS% -javaagent:path/to/applicationinsights-agent-3.4.19.jar"
111
111
```
112
112
113
-
If the file `<tomcat>/bin/setenv.bat` already exists, modify that file and add `-javaagent:path/to/applicationinsights-agent-3.4.18.jar` to `CATALINA_OPTS`.
113
+
If the file `<tomcat>/bin/setenv.bat` already exists, modify that file and add `-javaagent:path/to/applicationinsights-agent-3.4.19.jar` to `CATALINA_OPTS`.
114
114
115
115
#### Run Tomcat as a Windows service
116
116
117
-
Locate the file `<tomcat>/bin/tomcat8w.exe`. Run that executable and add `-javaagent:path/to/applicationinsights-agent-3.4.18.jar` to the `Java Options` under the `Java` tab.
117
+
Locate the file `<tomcat>/bin/tomcat8w.exe`. Run that executable and add `-javaagent:path/to/applicationinsights-agent-3.4.19.jar` to the `Java Options` under the `Java` tab.
118
118
119
119
### JBoss EAP 7
120
120
121
121
#### Standalone server
122
122
123
-
Add `-javaagent:path/to/applicationinsights-agent-3.4.18.jar` to the existing `JAVA_OPTS` environment variable in the file `JBOSS_HOME/bin/standalone.conf` (Linux) or `JBOSS_HOME/bin/standalone.conf.bat` (Windows):
123
+
Add `-javaagent:path/to/applicationinsights-agent-3.4.19.jar` to the existing `JAVA_OPTS` environment variable in the file `JBOSS_HOME/bin/standalone.conf` (Linux) or `JBOSS_HOME/bin/standalone.conf.bat` (Windows):
If you're using the *exec* form, add the parameter `-javaagent:"path/to/applicationinsights-agent-3.4.18.jar"` to the parameter list somewhere before the `"-jar"` parameter, for example:
27
+
If you're using the *exec* form, add the parameter `-javaagent:"path/to/applicationinsights-agent-3.4.19.jar"` to the parameter list somewhere before the `"-jar"` parameter, for example:
@@ -30,14 +30,14 @@ More information and configuration options are provided in the following section
30
30
31
31
## Configuration file path
32
32
33
-
By default, Application Insights Java 3.x expects the configuration file to be named `applicationinsights.json`, and to be located in the same directory as `applicationinsights-agent-3.4.18.jar`.
33
+
By default, Application Insights Java 3.x expects the configuration file to be named `applicationinsights.json`, and to be located in the same directory as `applicationinsights-agent-3.4.19.jar`.
34
34
35
35
You can specify your own configuration file path by using one of these two options:
*`applicationinsights.configuration.file` Java system property
39
39
40
-
If you specify a relative path, it resolves relative to the directory where `applicationinsights-agent-3.4.18.jar` is located.
40
+
If you specify a relative path, it resolves relative to the directory where `applicationinsights-agent-3.4.19.jar` is located.
41
41
42
42
Alternatively, instead of using a configuration file, you can specify the entire _content_ of the JSON configuration via the environment variable `APPLICATIONINSIGHTS_CONFIGURATION_CONTENT`.
43
43
@@ -60,7 +60,7 @@ Or you can set the connection string by using the Java system property `applicat
60
60
61
61
You can also set the connection string by specifying a file to load the connection string from.
62
62
63
-
If you specify a relative path, it resolves relative to the directory where `applicationinsights-agent-3.4.18.jar` is located.
63
+
If you specify a relative path, it resolves relative to the directory where `applicationinsights-agent-3.4.19.jar` is located.
64
64
65
65
```json
66
66
{
@@ -328,7 +328,7 @@ and add `applicationinsights-core` to your application:
328
328
<dependency>
329
329
<groupId>com.microsoft.azure</groupId>
330
330
<artifactId>applicationinsights-core</artifactId>
331
-
<version>3.4.18</version>
331
+
<version>3.4.19</version>
332
332
</dependency>
333
333
```
334
334
@@ -858,7 +858,7 @@ In the preceding configuration example:
858
858
859
859
*`level` can be one of `OFF`, `ERROR`, `WARN`, `INFO`, `DEBUG`, or `TRACE`.
860
860
*`path` can be an absolute or relative path. Relative paths are resolved against the directory where
861
-
`applicationinsights-agent-3.4.18.jar` is located.
861
+
`applicationinsights-agent-3.4.19.jar` is located.
862
862
863
863
Starting from version 3.0.2, you can also set the self-diagnostics `level` by using the environment variable
864
864
`APPLICATIONINSIGHTS_SELF_DIAGNOSTICS_LEVEL`. It then takes precedence over the self-diagnostics level specified in the JSON configuration.
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/javascript-sdk.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Two methods are available to add the code to enable Application Insights via the
43
43
| Method | When would I use this method? |
44
44
|:-------|:------------------------------|
45
45
| JavaScript (Web) SDK Loader Script | For most customers, we recommend the JavaScript (Web) SDK Loader Script because you never have to update the SDK and you get the latest updates automatically. Also, you have control over which pages you add the Application Insights JavaScript SDK to. |
46
-
| npm package | You want to bring the SDK into your code and enable IntelliSense. This option is only needed for developers who require more custom events and configuration. |
46
+
| npm package | You want to bring the SDK into your code and enable IntelliSense. This option is only needed for developers who require more custom events and configuration. This method is required if you plan to use the React, React Native, or Angular Framework Extension. |
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/opentelemetry-add-modify.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -230,10 +230,15 @@ You can collect more data automatically when you include instrumentation librari
230
230
231
231
### [ASP.NET Core](#tab/aspnetcore)
232
232
233
-
To add a community library, use the `ConfigureOpenTelemetryMeterProvider` or `ConfigureOpenTelemetryTracerProvider` methods.
233
+
To add a community library, use the `ConfigureOpenTelemetryMeterProvider` or `ConfigureOpenTelemetryTracerProvider` methods,
234
+
after adding the nuget package for the library.
234
235
235
236
The following example demonstrates how the [Runtime Instrumentation](https://www.nuget.org/packages/OpenTelemetry.Instrumentation.Runtime) can be added to collect extra metrics.
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/opentelemetry-configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -702,7 +702,7 @@ You might want to enable the OpenTelemetry Protocol (OTLP) Exporter alongside th
702
702
1. Installthe [OpenTelemetry.Exporter.OpenTelemetryProtocol](https://www.nuget.org/packages/OpenTelemetry.Exporter.OpenTelemetryProtocol/) package in your project.
0 commit comments