Skip to content

Commit 1f27558

Browse files
committed
Adding tshoot info
1 parent fca685c commit 1f27558

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

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

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Live Metrics is currently supported for ASP.NET, ASP.NET Core, Azure Functions,
5555
> [!NOTE]
5656
> Live Metrics is enabled by default when you onboard it by using the recommended instructions for .NET applications.
5757
58-
To manually set up Live Metrics:
58+
To manually configure Live Metrics:
5959

6060
1. Install the NuGet package [Microsoft.ApplicationInsights.PerfCounterCollector](https://www.nuget.org/packages/Microsoft.ApplicationInsights.PerfCounterCollector).
6161
1. The following sample console app code shows setting up Live Metrics:
@@ -169,7 +169,7 @@ If you want to monitor a particular server role instance, you can filter by serv
169169

170170
## Secure the control channel
171171

172-
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 is 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, you have two options:
172+
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, you have two options:
173173

174174
- **Recommended:** Secure the Live Metrics channel by using [Azure Active Directory (Azure AD) authentication](./azure-ad-authentication.md#configuring-and-enabling-azure-ad-based-authentication).
175175
- **Legacy (no longer recommended):** Set up an authenticated channel by configuring a secret API key as explained in the "Legacy option" section.
@@ -272,7 +272,7 @@ Basic metrics include request, dependency, and exception rate. Performance metri
272272
PerfCounters support varies slightly across versions of .NET Core that don't target the .NET Framework:
273273

274274
- PerfCounters metrics are supported when running in Azure App Service for Windows (ASP.NET Core SDK version 2.4.1 or higher).
275-
- PerfCounters are supported when the app is running in *any* Windows machines, like VM, Azure Cloud Service, or on-premises (ASP.NET Core SDK version 2.7.1 or higher), but only for apps that target .NET Core [LTS](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) or higher.
275+
- PerfCounters are supported when the app is running on *any* Windows machine for apps that target .NET Core [LTS](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) or higher.
276276
- PerfCounters are supported when the app is running *anywhere* (such as Linux, Windows, app service for Linux, or containers) in the latest versions, but only for apps that target .NET Core [LTS](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) or higher.
277277

278278
## Troubleshooting
@@ -304,10 +304,17 @@ As described in the [Azure TLS 1.2 migration announcement](https://azure.microso
304304

305305
### "Data is temporarily inaccessible" status message
306306

307-
When navigating to Live Metrics you may see a banner with the status message: "Data is temporarily inaccessible. The updates on our status are posted here https://aka.ms/aistatus"
307+
When navigating to Live Metrics, you may see a banner with the status message: "Data is temporarily inaccessible. The updates on our status are posted here https://aka.ms/aistatus"
308308

309309
Verify if any firewalls or browser extensions are blocking access to Live Metrics. For example, some popular ad-blocker extensions block connections to \*.monitor.azure.com. In order to use the full capabilities of Live Metrics, either disable the ad-blocker extension or add an exclusion rule for the domain \*.livediagnostics.monitor.azure.com to your ad-blocker, firewall, etc.
310310

311+
### Unexpected large number of requests to livediagnostics.monitor.azure.com
312+
313+
Heavier traffic is expected while the LiveMetrics pane is open. Navigate away from the LiveMetrics pane to restore normal traffic flow of traffic.
314+
Application Insights SDKs poll QuickPulse endpoints with REST API calls once every five seconds to check if the LiveMetrics pane is being viewed.
315+
316+
The SDKs will send new metrics to QuickPulse every one second while the LiveMetrics pane is open.
317+
311318
## Next steps
312319

313320
* [Monitor usage with Application Insights](./usage-overview.md)

0 commit comments

Comments
 (0)