Skip to content

Commit 2b29f38

Browse files
author
Kai Nawroth
committed
Fixing grammar
1 parent 242cd4e commit 2b29f38

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

articles/azure-monitor/app/asp-net-core.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,12 @@ Run your application and make requests to it. Telemetry should now flow to Appli
168168

169169
### Live metrics
170170

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 live metrics 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 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.
172172

173173
#### Enable live metrics by using code for any .NET application
174174

175175
> [!NOTE]
176-
> Live metrics is enabled by default when you onboard it by using the recommended instructions for .NET applications.
176+
> Live metrics are enabled by default when you onboard it by using the recommended instructions for .NET applications.
177177

178178
To manually configure live metrics:
179179

articles/azure-monitor/app/asp-net.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,12 +363,12 @@ For the template-based ASP.NET MVC app from this article, the file that you need
363363

364364
## Live metrics
365365

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 live metrics 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 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.
367367

368368
### Enable live metrics by using code for any .NET application
369369

370370
> [!NOTE]
371-
> Live metrics is enabled by default when you onboard it by using the recommended instructions for .NET applications.
371+
> Live metrics are enabled by default when you onboard it by using the recommended instructions for .NET applications.
372372

373373
To manually configure live metrics:
374374

articles/azure-monitor/app/live-stream.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.devlang: csharp
99

1010
# Live metrics: Monitor and diagnose with 1-second latency
1111

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 provides a powerful and noninvasive diagnostic tool for your live website.
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.
1313

1414
> [!NOTE]
1515
> Live metrics only supports TLS 1.2. For more information, see [Troubleshooting](#troubleshooting).
@@ -26,32 +26,32 @@ With live metrics, you can:
2626

2727
:::image type="content" source="./media/live-stream/live-metric.png" lightbox="./media/live-stream/live-metric.png" alt-text="Screenshot that shows the live metrics tab.":::
2828

29-
Live metrics is currently supported for ASP.NET, ASP.NET Core, Azure Functions, Java, and Node.js apps.
29+
Live metrics are currently supported for ASP.NET, ASP.NET Core, Azure Functions, Java, and Node.js apps.
3030

3131
> [!NOTE]
32-
> The number of monitored server instances displayed by live metrics might be lower than the actual number of instances allocated for the application. This mismatch is because many modern web servers will unload applications that don't receive requests over a period of time to conserve resources. Because live metrics only counts servers that are currently running the application, servers that have already unloaded the process won't be included in that total.
32+
> The number of monitored server instances displayed by live metrics might be lower than the actual number of instances allocated for the application. This mismatch is because many modern web servers will unload applications that don't receive requests over a period of time to conserve resources. Because live metrics only count servers that are currently running the application, servers that have already unloaded the process won't be included in that total.
3333
3434
## Get started
3535

3636
> [!IMPORTANT]
37-
> To enable Application Insights, ensure that it's activated in the Azure portal and your app is using a recent version of the [Azure Monitor OpenTelemetry Distro](opentelemetry-enable.md) or Classic [Application Insights](https://www.nuget.org/packages/Microsoft.ApplicationInsights.AspNetCore) NuGet package. Without the NuGet package, some telemetry is sent to Application Insights, but that telemetry won't show in live metrics.
37+
> To enable Application Insights, ensure that it's activated in the Azure portal and your app is using a recent version of the [Azure Monitor OpenTelemetry Distro](opentelemetry-enable.md) or Classic [Application Insights](https://www.nuget.org/packages/Microsoft.ApplicationInsights.AspNetCore) NuGet package. Without the NuGet package, some telemetry is sent to Application Insights, but that telemetry won't show in the live metrics pane.
3838
3939
1. Follow language-specific guidelines to enable live metrics:
4040

4141
# [OpenTelemetry (Recommended)](#tab/otel)
4242

43-
* [ASP.NET](opentelemetry-enable.md?tabs=net): Live metrics *is not supported*.
44-
* [ASP.NET Core](opentelemetry-enable.md?tabs=aspnetcore): Live metrics is enabled by default.
45-
* [Java](./opentelemetry-enable.md?tabs=java): Live metrics is enabled by default.
46-
* [Node.js](opentelemetry-enable.md?tabs=nodejs): Live metrics is enabled by default.
47-
* [Python](opentelemetry-enable.md?tabs=python): Live metrics is enabled by default.
43+
* [ASP.NET](opentelemetry-enable.md?tabs=net): *Not supported*.
44+
* [ASP.NET Core](opentelemetry-enable.md?tabs=aspnetcore): Enabled by default.
45+
* [Java](./opentelemetry-enable.md?tabs=java): Enabled by default.
46+
* [Node.js](opentelemetry-enable.md?tabs=nodejs): Enabled by default.
47+
* [Python](opentelemetry-enable.md?tabs=python): Enabled by default.
4848

4949
# [Classic API](#tab/classic)
5050

51-
* [ASP.NET](./asp-net.md): Live metrics is enabled by default but can also be [enabled manually using code](./asp-net.md#enable-live-metrics-by-using-code-for-any-.net-application).
52-
* [ASP.NET Core](./asp-net-core.md): Live metrics is enabled by default but can also be [enabled manually using code](./asp-net-core.md#enable-live-metrics-by-using-code-for-any-.net-application).
53-
* [.NET/.NET Core Console/Worker](./worker-service.md): Live metrics is enabled by default.
54-
* [Node.js](./nodejs.md#live-metrics): Live metrics *is not enabled by default*.
51+
* [ASP.NET](./asp-net.md): Enabled by default but can also be [enabled manually using code](./asp-net.md#enable-live-metrics-by-using-code-for-any-.net-application).
52+
* [ASP.NET Core](./asp-net-core.md): Enabled by default but can also be [enabled manually using code](./asp-net-core.md#enable-live-metrics-by-using-code-for-any-.net-application).
53+
* [.NET/.NET Core Console/Worker](./worker-service.md): Enabled by default.
54+
* [Node.js](./nodejs.md#live-metrics): *Not enabled by default*.
5555

5656
---
5757

@@ -61,7 +61,7 @@ Live metrics is currently supported for ASP.NET, ASP.NET Core, Azure Functions,
6161

6262
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../../includes/azure-monitor-instrumentation-key-deprecation.md)]
6363

64-
## How does live metrics differ from metrics explorer and Log Analytics?
64+
## How do live metrics differ from metrics explorer and Log Analytics?
6565

6666
| Capabilities |Live Stream | Metrics explorer and Log Analytics |
6767
|---|---|---|
@@ -146,9 +146,9 @@ Basic metrics include request, dependency, and exception rate. Performance metri
146146

147147
## Troubleshooting
148148

149-
Live metrics uses different IP addresses than other Application Insights telemetry. Make sure [those IP addresses](../ip-addresses.md) are open in your firewall. Also check that [outgoing ports for live metrics](../ip-addresses.md#outgoing-ports) are open in the firewall of your servers.
149+
Live metrics use different IP addresses than other Application Insights telemetry. Make sure [those IP addresses](../ip-addresses.md) are open in your firewall. Also check that [outgoing ports for live metrics](../ip-addresses.md#outgoing-ports) are open in the firewall of your servers.
150150

151-
As described in the [Azure TLS 1.2 migration announcement](https://azure.microsoft.com/updates/azuretls12/), live metrics now only supports TLS 1.2. If you're using an older version of TLS, live metrics doesn't display any data. For applications based on .NET Framework 4.5.1, see [Enable Transport Layer Security (TLS) 1.2 on clients - Configuration Manager](/mem/configmgr/core/plan-design/security/enable-tls-1-2-client#bkmk_net) to support the newer TLS version.
151+
As described in the [Azure TLS 1.2 migration announcement](https://azure.microsoft.com/updates/azuretls12/), live metrics now only support TLS 1.2. If you're using an older version of TLS, the live metrics pane doesn't display any data. For applications based on .NET Framework 4.5.1, see [Enable Transport Layer Security (TLS) 1.2 on clients - Configuration Manager](/mem/configmgr/core/plan-design/security/enable-tls-1-2-client#bkmk_net) to support the newer TLS version.
152152

153153
### Missing configuration for .NET
154154

@@ -181,7 +181,7 @@ Follow the link to the *Azure status* page and check if there's an activate outa
181181

182182
Application Insights SDKs use a REST API to communicate with QuickPulse endpoints, which provide live metrics for your web application. By default, the SDKs poll the endpoints once every five seconds to check if you are viewing the live metrics pane in the Azure portal.
183183

184-
If you open the live metrics pane, the SDKs switch to a higher frequency mode and send new metrics to QuickPulse every second. This allows you to monitor and diagnose your live application with 1-second latency, but also generates more network traffic. To restore normal flow of traffic, naviage away from the live metrics pane.
184+
If you open live metrics, the SDKs switch to a higher frequency mode and send new metrics to QuickPulse every second. This allows you to monitor and diagnose your live application with 1-second latency, but also generates more network traffic. To restore normal flow of traffic, naviage away from the live metrics pane.
185185

186186
> [!NOTE]
187187
> The REST API calls made by the SDKs to QuickPulse endpoints are not tracked by Application Insights and do not affect your dependency calls or other metrics. However, you may see them in other network monitoring tools.

articles/azure-monitor/app/worker-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ The following sections list the full telemetry automatically collected by Applic
313313

314314
### Live metrics
315315

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, Live metrics 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 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.
317317

318318
### ILogger logs
319319

0 commit comments

Comments
 (0)