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-core.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,7 @@ Run your application and make requests to it. Telemetry should now flow to Appli
168
168
169
169
### Live metrics
170
170
171
-
[Live metrics](./live-stream.md) can be used to quickly verify if Application Insights monitoring is configured correctly. It might take a few minutes for telemetry to appear in the portal and analytics, but the live metrics pane shows CPU usage of the running process in near real time. It can also show other telemetry like requests, dependencies, and traces.
171
+
[Live metrics](./live-stream.md) can be used to quickly verify if application monitoring with Application Insights is configured correctly. Telemetry can take a few minutes to appear in the Azure portal, but the live metrics pane shows CPU usage of the running process in near real time. It can also show other telemetry like requests, dependencies, and traces.
172
172
173
173
#### Enable live metrics by using code for any .NET application
174
174
@@ -307,7 +307,7 @@ var aiOptions = new Microsoft.ApplicationInsights.AspNetCore.Extensions.Applicat
307
307
// Disables adaptive sampling.
308
308
aiOptions.EnableAdaptiveSampling=false;
309
309
310
-
// Disables live metrics (formerly QuickPulse).
310
+
// Disables live metrics (also known as QuickPulse).
@@ -509,7 +509,7 @@ By default, the following automatic-collection modules are enabled. These module
509
509
*`RequestTrackingTelemetryModule`: Collects RequestTelemetry from incoming web requests.
510
510
*`DependencyTrackingTelemetryModule`: Collects [DependencyTelemetry](./asp-net-dependencies.md) from outgoing HTTP calls and SQL calls.
511
511
*`PerformanceCollectorModule`: Collects Windows PerformanceCounters.
512
-
*`QuickPulseTelemetryModule`: Collects telemetry to show in the live metrics portal.
512
+
*`QuickPulseTelemetryModule`: Collects telemetry to show in the live metrics pane.
513
513
*`AppServicesHeartbeatTelemetryModule`: Collects heartbeats (which are sent as custom metrics), about the App Service environment where the application is hosted.
514
514
*`AzureInstanceMetadataTelemetryModule`: Collects heartbeats (which are sent as custom metrics), about the Azure VM environment where the application is hosted.
515
515
*`EventCounterCollectionModule`: Collects [EventCounters](eventcounters.md). This module is a new feature and is available in SDK version 2.8.0 and later.
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/asp-net.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
@@ -363,7 +363,7 @@ For the template-based ASP.NET MVC app from this article, the file that you need
363
363
364
364
## Live metrics
365
365
366
-
[Live metrics](./live-stream.md) can be used to quickly verify if Application Insights monitoring is configured correctly. It might take a few minutes for telemetry to appear in the portal and analytics, but the live metrics pane shows CPU usage of the running process in near real time. It can also show other telemetry like requests, dependencies, and traces.
366
+
[Live metrics](./live-stream.md) can be used to quickly verify if application monitoring with Application Insights is configured correctly. Telemetry can take a few minutes to appear in the Azure portal, but the live metrics pane shows CPU usage of the running process in near real time. It can also show other telemetry like requests, dependencies, and traces.
367
367
368
368
### Enable live metrics by using code for any .NET application
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/live-stream.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
@@ -12,7 +12,7 @@ ms.devlang: csharp
12
12
Monitor your live, in-production web application by using live metrics (also known as QuickPulse) from [Application Insights](./app-insights-overview.md). You can select and filter metrics and performance counters to watch in real time, without any disturbance to your service. You can also inspect stack traces from sample failed requests and exceptions. Together with [Profiler](./profiler.md) and [Snapshot Debugger](./snapshot-debugger.md), live metrics provide a powerful and noninvasive diagnostic tool for your live website.
13
13
14
14
> [!NOTE]
15
-
> Live metrics only supports TLS 1.2. For more information, see [Troubleshooting](#troubleshooting).
15
+
> Live metrics only support TLS 1.2. For more information, see [Troubleshooting](#troubleshooting).
16
16
17
17
With live metrics, you can:
18
18
@@ -112,7 +112,7 @@ If you want to monitor a particular server role instance, you can filter by serv
112
112
113
113
## Secure the control channel
114
114
115
-
Live metrics custom filters allow you to control which of your application's telemetry is streamed to the live metrics view in the Azure portal. The filters criteria are sent to the apps that are instrumented with the Application Insights SDK. The filter value could potentially contain sensitive information, such as the customer ID. To keep this value secured and prevent potential disclosure to unauthorized applications, secure the live metrics channel by using [Microsoft Entra authentication](./azure-ad-authentication.md#configure-and-enable-azure-ad-based-authentication).
115
+
Live metrics custom filters allow you to control which of your application's telemetry is streamed to the live metrics pane in the Azure portal. The filters criteria are sent to the apps that are instrumented with the Application Insights SDK. The filter value could potentially contain sensitive information, such as the customer ID. To keep this value secured and prevent potential disclosure to unauthorized applications, secure the live metrics channel by using [Microsoft Entra authentication](./azure-ad-authentication.md#configure-and-enable-azure-ad-based-authentication).
116
116
117
117
> [!NOTE]
118
118
> On September 30, 2025, API keys used to stream live metrics telemetry into Application Insights will be retired. After that date, applications that use API keys won't be able to send live metrics data to your Application Insights resource. Authenticated telemetry ingestion for live metrics streaming to Application Insights will need to be done with [Microsoft Entra authentication for Application Insights](./azure-ad-authentication.md).
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/worker-service.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
@@ -313,7 +313,7 @@ The following sections list the full telemetry automatically collected by Applic
313
313
314
314
### Live metrics
315
315
316
-
[Live metrics](./live-stream.md) can be used to quickly verify if Application Insights monitoring is configured correctly. Although it might take a few minutes before telemetry appears in the portal and analytics, The live metrics pane shows CPU usage of the running process in near real time. It can also show other telemetry like Requests, Dependencies, and Traces.
316
+
[Live metrics](./live-stream.md) can be used to quickly verify if application monitoring with Application Insights is configured correctly. Telemetry can take a few minutes to appear in the Azure portal, but the live metrics pane shows CPU usage of the running process in near real time. It can also show other telemetry like requests, dependencies, and traces.
317
317
318
318
### ILogger logs
319
319
@@ -382,7 +382,7 @@ public void ConfigureServices(IServiceCollection services)
382
382
// Disables adaptive sampling.
383
383
aiOptions.EnableAdaptiveSampling=false;
384
384
385
-
// Disables live metrics (formerly QuickPulse).
385
+
// Disables live metrics (also known as QuickPulse).
0 commit comments