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/asp-net-dependencies.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
@@ -106,7 +106,7 @@ For ASP.NET applications, the full SQL query text is collected with the help of
106
106
| Platform | Steps needed to get full SQL query |
107
107
| --- | --- |
108
108
| Web Apps in Azure App Service|In your web app control panel, [open the Application Insights pane](../../azure-monitor/app/azure-web-apps.md) and enable SQL Commands under .NET. |
109
-
| IIS Server (Azure Virtual Machines, on-premises, and so on) | Either use the [Microsoft.Data.SqlClient](https://www.nuget.org/packages/Microsoft.Data.SqlClient) NuGet package or use the Status Monitor PowerShell Module to [install the instrumentation engine](../../azure-monitor/app/status-monitor-v2-api-reference.md#enable-instrumentationengine) and restart IIS. |
109
+
| IIS Server (Azure Virtual Machines, on-premises, and so on) | Either use the [Microsoft.Data.SqlClient](https://www.nuget.org/packages/Microsoft.Data.SqlClient) NuGet package or use the Application Insights Agent PowerShell Module to [install the instrumentation engine](../../azure-monitor/app/status-monitor-v2-api-reference.md#enable-instrumentationengine) and restart IIS. |
110
110
| Azure Cloud Services | Add a [startup task to install StatusMonitor](../../azure-monitor/app/azure-web-apps-net-core.md). <br> Your app should be onboarded to the ApplicationInsights SDK at build time by installing NuGet packages for [ASP.NET](./asp-net.md) or [ASP.NET Core applications](./asp-net-core.md). |
111
111
| IIS Express | Use the [Microsoft.Data.SqlClient](https://www.nuget.org/packages/Microsoft.Data.SqlClient) NuGet package.
112
112
| WebJobs in Azure App Service| Use the [Microsoft.Data.SqlClient](https://www.nuget.org/packages/Microsoft.Data.SqlClient) NuGet package.
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/configuration-with-applicationinsights-config.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.reviewer: casocha
13
13
14
14
The Application Insights .NET SDK consists of many NuGet packages. The [core package](https://www.nuget.org/packages/Microsoft.ApplicationInsights) provides the API for sending telemetry to the Application Insights. [More packages](https://www.nuget.org/packages?q=Microsoft.ApplicationInsights) provide telemetry *modules* and *initializers* for automatically tracking telemetry from your application and its context. By adjusting the configuration file, you can enable or disable telemetry modules and initializers. You can also set parameters for some of them.
15
15
16
-
The configuration file is named `ApplicationInsights.config` or `ApplicationInsights.xml`. The name depends on the type of your application. It's automatically added to your project when you [install most versions of the SDK][start]. By default, when you use the automated experience from the Visual Studio template projects that support **Add** > **Application Insights Telemetry**, the `ApplicationInsights.config` file is created in the project root folder. When it's compiled, it's copied to the bin folder. It's also added to a web app by [Status Monitor on an IIS server][redfield]. The configuration file is ignored if the [extension for Azure websites](azure-web-apps.md) or the [extension for Azure VMs and virtual machine scale sets](azure-vm-vmss-apps.md) is used.
16
+
The configuration file is named `ApplicationInsights.config` or `ApplicationInsights.xml`. The name depends on the type of your application. It's automatically added to your project when you [install most versions of the SDK][start]. By default, when you use the automated experience from the Visual Studio template projects that support **Add** > **Application Insights Telemetry**, the `ApplicationInsights.config` file is created in the project root folder. When it's compiled, it's copied to the bin folder. It's also added to a web app by [Application Insights Agent on an IIS server][redfield]. The configuration file is ignored if the [extension for Azure websites](azure-web-apps.md) or the [extension for Azure VMs and virtual machine scale sets](azure-vm-vmss-apps.md) is used.
17
17
18
18
There isn't an equivalent file to control the [SDK in a webpage][client].
19
19
@@ -30,7 +30,7 @@ There's a node in the configuration file for each module. To disable a module, d
30
30
31
31
### Dependency tracking
32
32
33
-
[Dependency tracking](./asp-net-dependencies.md) collects telemetry about calls your app makes to databases and external services and databases. To allow this module to work in an IIS server, you need to [install Status Monitor][redfield].
33
+
[Dependency tracking](./asp-net-dependencies.md) collects telemetry about calls your app makes to databases and external services and databases. To allow this module to work in an IIS server, you need to [install Application Insights Agent][redfield].
34
34
35
35
You can also write your own dependency tracking code by using the [TrackDependency API](./api-custom-events-metrics.md#trackdependency).
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/data-retention-privacy.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -232,7 +232,7 @@ We do not recommend explicitly setting your application to only use TLS 1.2, unl
232
232
| Azure App Services | Supported, configuration might be required. | Support was announced in April 2018. Read the announcement for [configuration details](https://azure.github.io/AppService/2018/04/17/App-Service-and-Functions-hosted-apps-can-now-update-TLS-versions!). |
233
233
| Azure Function Apps | Supported, configuration might be required. | Support was announced in April 2018. Read the announcement for [configuration details](https://azure.github.io/AppService/2018/04/17/App-Service-and-Functions-hosted-apps-can-now-update-TLS-versions!). |
234
234
|.NET | Supported, Long Term Support (LTS). | For detailed configuration information, refer to [these instructions](/dotnet/framework/network-programming/tls). |
235
-
|Status Monitor | Supported, configuration required. | Status Monitor relies on [OS Configuration](/windows-server/security/tls/tls-registry-settings) + [.NET Configuration](/dotnet/framework/network-programming/tls#support-for-tls-12) to support TLS 1.2.
235
+
|Application Insights Agent| Supported, configuration required. | Application Insights Agent relies on [OS Configuration](/windows-server/security/tls/tls-registry-settings) + [.NET Configuration](/dotnet/framework/network-programming/tls#support-for-tls-12) to support TLS 1.2.
236
236
|Node.js | Supported, in v10.5.0, configuration might be required. | Use the [official Node.js TLS/SSL documentation](https://nodejs.org/api/tls.html) for any application-specific configuration. |
237
237
|Java | Supported, JDK support for TLS 1.2 was added in [JDK 6 update 121](https://www.oracle.com/technetwork/java/javase/overview-156328.html#R160_121) and [JDK 7](https://www.oracle.com/technetwork/java/javase/7u131-relnotes-3338543.html). | JDK 8 uses [TLS 1.2 by default](https://blogs.oracle.com/java-platform-group/jdk-8-will-use-tls-12-as-default). |
238
238
|Linux | Linux distributions tend to rely on [OpenSSL](https://www.openssl.org) for TLS 1.2 support. | Check the [OpenSSL Changelog](https://www.openssl.org/news/changelog.html) to confirm your version of OpenSSL is supported.|
@@ -277,7 +277,7 @@ The SDKs vary between platforms, and there are several components that you can i
277
277
| Your action | Data classes collected (see next table) |
278
278
| --- | --- |
279
279
|[Add Application Insights SDK to a .NET web project][greenbrown]|ServerContext<br/>Inferred<br/>Perf counters<br/>Requests<br/>**Exceptions**<br/>Session<br/>users |
280
-
|[Install Status Monitor on IIS][redfield]|Dependencies<br/>ServerContext<br/>Inferred<br/>Perf counters |
280
+
|[Install Application Insights Agent on IIS][redfield]|Dependencies<br/>ServerContext<br/>Inferred<br/>Perf counters |
281
281
|[Add Application Insights SDK to a Java web app][java]|ServerContext<br/>Inferred<br/>Request<br/>Session<br/>users |
282
282
|[Add JavaScript SDK to webpage][client]|ClientContext <br/>Inferred<br/>Page<br/>ClientPerf<br/>Ajax |
283
283
|[Define default properties][apiproperties]|**Properties** on all standard and custom events |
@@ -304,7 +304,7 @@ For [SDKs for other platforms][platforms], see their documents.
304
304
| Client perf |URL/page name, browser load time |
305
305
| Ajax |HTTP calls from webpage to server |
306
306
| Requests |URL, duration, response code |
307
-
| Dependencies |Type (SQL, HTTP, ...), connection string, or URI, sync/async, duration, success, SQL statement (with Status Monitor) |
| Crashes |`Process id`, `parent process id`, `crash thread id`; application patch, `id`, build; exception type, address, reason; obfuscated symbols and registers, binary start and end addresses, binary name and path, cpu type |
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/ip-addresses.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Alternatively, you can subscribe to this page as an RSS feed by adding https://g
19
19
20
20
## Outgoing ports
21
21
22
-
You need to open some outgoing ports in your server's firewall to allow the Application Insights SDK or Status Monitor to send data to the portal.
22
+
You need to open some outgoing ports in your server's firewall to allow the Application Insights SDK or Application Insights Agent to send data to the portal.
23
23
24
24
| Purpose | URL | Type | IP | Ports |
25
25
| --- | --- | --- | --- | --- |
@@ -37,9 +37,9 @@ You need to open some outgoing ports in your server's firewall to allow the Appl
37
37
>
38
38
> If you're using an older version of TLS, Application Insights will not ingest any telemetry. For applications based on .NET Framework see [Transport Layer Security (TLS) best practices with the .NET Framework](/dotnet/framework/network-programming/tls) to support the newer TLS version.
39
39
40
-
## Status Monitor
40
+
## Application Insights Agent
41
41
42
-
Status Monitor configuration is needed only when you're making changes.
42
+
Application Insights Agent configuration is needed only when you're making changes.
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/sampling.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
@@ -515,7 +515,7 @@ Like other types of sampling, the algorithm retains related telemetry items. For
515
515
516
516
Data points that are discarded by sampling aren't available in any Application Insights feature such as [Continuous Export](./export-telemetry.md).
517
517
518
-
Ingestion sampling doesn't operate while adaptive or fixed-rate sampling is in operation. Adaptive sampling is enabled by default when the ASP.NET SDK or the ASP.NET Core SDK is being used, or when Application Insights is enabled in [Azure App Service ](azure-web-apps.md) or by using Status Monitor. When telemetry is received by the Application Insights service endpoint, it examines the telemetry and if the sampling rate is reported to be less than 100% (which indicates that telemetry is being sampled) then the ingestion sampling rate that you set is ignored.
518
+
Ingestion sampling doesn't operate while adaptive or fixed-rate sampling is in operation. Adaptive sampling is enabled by default when the ASP.NET SDK or the ASP.NET Core SDK is being used, or when Application Insights is enabled in [Azure App Service ](azure-web-apps.md) or by using Application Insights Agent. When telemetry is received by the Application Insights service endpoint, it examines the telemetry and if the sampling rate is reported to be less than 100% (which indicates that telemetry is being sampled) then the ingestion sampling rate that you set is ignored.
519
519
520
520
> [!WARNING]
521
521
> The value shown on the portal tile indicates the value that you set for ingestion sampling. It doesn't represent the actual sampling rate if any sort of SDK sampling (adaptive or fixed-rate sampling) is in operation.
Configuring registry for instrumentation engine...
250
-
Successfully disabled Application Insights Status Monitor
250
+
Successfully disabled Application Insights Agent
251
251
```
252
252
253
253
@@ -280,7 +280,7 @@ Filters:
280
280
281
281
## Get-ApplicationInsightsMonitoringStatus
282
282
283
-
This cmdlet provides troubleshooting information about Status Monitor.
283
+
This cmdlet provides troubleshooting information about Application Insights Agent.
284
284
Use this cmdlet to investigate the monitoring status, version of the PowerShell Module, and to inspect the running process.
285
285
This cmdlet will report version information and information about key files required for monitoring.
286
286
@@ -328,7 +328,7 @@ In this example;
328
328
-**Default Web Site** is Stopped in IIS
329
329
-**DemoWebApp111** has been started in IIS, but hasn't received any requests. This report shows that there's no running process (ProcessId: not found).
330
330
-**DemoWebApp222** is running and is being monitored (Instrumented: true). Based on the user configuration, Instrumentation Key xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx123 was matched for this site.
331
-
-**DemoWebApp333** has been manually instrumented using the Application Insights SDK. Status Monitor detected the SDK and won't monitor this site.
331
+
-**DemoWebApp333** has been manually instrumented using the Application Insights SDK. Application Insights Agent detected the SDK and won't monitor this site.
332
332
333
333
334
334
#### Example: PowerShell module information
@@ -576,7 +576,7 @@ To collect these events:
576
576
577
577
You have three options when collecting events:
578
578
1. Use the switch `-CollectSdkEvents` to collect events emitted from the Application Insights SDK.
579
-
2. Use the switch `-CollectRedfieldEvents` to collect events emitted by Status Monitor and the Redfield Runtime. These logs are helpful when diagnosing IIS and application startup.
579
+
2. Use the switch `-CollectRedfieldEvents` to collect events emitted by Application Insights Agent and the Redfield Runtime. These logs are helpful when diagnosing IIS and application startup.
580
580
3. Use both switches to collect both event types.
581
581
4. By default, if no switch is specified both event types will be collected.
582
582
@@ -596,7 +596,7 @@ The full path will be displayed during script execution.
596
596
**Optional.** Use this switch to collect Application Insights SDK events.
597
597
598
598
#### -CollectRedfieldEvents
599
-
**Optional.** Use this switch to collect events from Status Monitor and the Redfield runtime.
599
+
**Optional.** Use this switch to collect events from Application Insights Agent and the Redfield runtime.
600
600
601
601
#### -Verbose
602
602
**Common parameter.** Use this switch to output detailed logs.
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/status-monitor-v2-overview.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
@@ -50,7 +50,7 @@ Yes. There are multiple ways to download Application Insights Agent:
50
50
51
51
Each of these options is described in the [detailed instructions](status-monitor-v2-detailed-instructions.md).
52
52
53
-
### Does Status Monitor v2 support ASP.NET Core applications?
53
+
### Does Application Insights Agent support ASP.NET Core applications?
54
54
55
55
Yes. Starting from [Application Insights Agent 2.0.0-beta1](https://www.powershellgallery.com/packages/Az.ApplicationMonitor/2.0.0-beta1), ASP.NET Core applications hosted in IIS are supported.
0 commit comments