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/live-stream.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ Live Metrics is currently supported for ASP.NET, ASP.NET Core, Azure Functions,
55
55
> [!NOTE]
56
56
> Live Metrics is enabled by default when you onboard it by using the recommended instructions for .NET applications.
57
57
58
-
To manually set up Live Metrics:
58
+
To manually configure Live Metrics:
59
59
60
60
1. Install the NuGet package [Microsoft.ApplicationInsights.PerfCounterCollector](https://www.nuget.org/packages/Microsoft.ApplicationInsights.PerfCounterCollector).
61
61
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
169
169
170
170
## Secure the control channel
171
171
172
-
LiveMetricscustomfiltersallowyoutocontrolwhichofyourapplication'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
+
LiveMetricscustomfiltersallowyoutocontrolwhichofyourapplication'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:
@@ -272,7 +272,7 @@ Basic metrics include request, dependency, and exception rate. Performance metri
272
272
PerfCounters support varies slightly across versions of .NET Core that don't target the .NET Framework:
273
273
274
274
- 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.
276
276
- 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.
277
277
278
278
## Troubleshooting
@@ -304,10 +304,17 @@ As described in the [Azure TLS 1.2 migration announcement](https://azure.microso
304
304
305
305
### "Data is temporarily inaccessible" status message
306
306
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"
308
308
309
309
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.
310
310
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
+
311
318
## Next steps
312
319
313
320
* [Monitor usage with Application Insights](./usage-overview.md)
0 commit comments