Skip to content

Commit 0269675

Browse files
authored
Merge pull request #113426 from mrbullwinkle/mrb_04_30_2020_heartbeat
update per GitHub Issue
2 parents a68d83f + 3d8e2aa commit 0269675

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Azure Application Insights for ASP.NET Core applications | Microsoft Docs
33
description: Monitor ASP.NET Core web applications for availability, performance, and usage.
44
ms.topic: conceptual
5-
ms.date: 05/22/2019
5+
ms.date: 04/30/2020
66

77
---
88

99
# Application Insights for ASP.NET Core applications
1010

1111
This article describes how to enable Application Insights for an [ASP.NET Core](https://docs.microsoft.com/aspnet/core) application. When you complete the instructions in this article, Application Insights will collect requests, dependencies, exceptions, performance counters, heartbeats, and logs from your ASP.NET Core application.
1212

13-
The example we'll use here is an [MVC application](https://docs.microsoft.com/aspnet/core/tutorials/first-mvc-app) that targets `netcoreapp2.2`. You can apply these instructions to all ASP.NET Core applications.
13+
The example we'll use here is an [MVC application](https://docs.microsoft.com/aspnet/core/tutorials/first-mvc-app) that targets `netcoreapp3.0`. You can apply these instructions to all ASP.NET Core applications.
1414

1515
## Supported scenarios
1616

@@ -205,7 +205,7 @@ Full List of settings in `ApplicationInsightsServiceOptions`
205205
|EnableAzureInstanceMetadataTelemetryModule | Enable/Disable `AzureInstanceMetadataTelemetryModule` | true
206206
|EnableQuickPulseMetricStream | Enable/Disable LiveMetrics feature | true
207207
|EnableAdaptiveSampling | Enable/Disable Adaptive Sampling | true
208-
|EnableHeartbeat | Enable/Disable Heartbeats feature, which periodically (15-min default) sends a custom metric named 'HeartBeatState' with information about the runtime like .NET Version, Azure Environment information, if applicable, etc. | true
208+
|EnableHeartbeat | Enable/Disable Heartbeats feature, which periodically (15-min default) sends a custom metric named 'HeartbeatState' with information about the runtime like .NET Version, Azure Environment information, if applicable, etc. | true
209209
|AddAutoCollectedMetricExtractor | Enable/Disable AutoCollectedMetrics extractor, which is a TelemetryProcessor that sends pre-aggregated metrics about Requests/Dependencies before sampling takes place. | true
210210
|RequestCollectionOptions.TrackExceptions | Enable/Disable reporting of unhandled Exception tracking by the Request collection module. | false in NETSTANDARD2.0 (because Exceptions are tracked with ApplicationInsightsLoggerProvider), true otherwise.
211211

0 commit comments

Comments
 (0)