Skip to content

Commit 97b6684

Browse files
authored
Merge pull request #114691 from mrbullwinkle/mrb_05_11_2020_heartbeat
Add info regarding heartbeat workaround
2 parents dc75cbf + 36d1718 commit 97b6684

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Application Insights for Worker Service apps (non-HTTP apps)
33
description: Monitoring .NET Core/.NET Framework non-HTTP apps with Azure Monitor Application Insights.
44
ms.topic: conceptual
5-
ms.date: 12/16/2019
5+
ms.date: 05/11/2020
66

77
---
88

@@ -422,7 +422,8 @@ The following automatic-collection modules are enabled by default. These modules
422422
* `DependencyTrackingTelemetryModule`
423423
* `PerformanceCollectorModule`
424424
* `QuickPulseTelemetryModule`
425-
* `AppServicesHeartbeatTelemetryModule`
425+
* `AppServicesHeartbeatTelemetryModule` - (There is currently an issue involving this telemetry module. For a temporary workaround see [GitHub Issue 1689](https://github.com/microsoft/ApplicationInsights-dotnet/issues/1689
426+
).)
426427
* `AzureInstanceMetadataTelemetryModule`
427428

428429
To configure any default `TelemetryModule`, use the extension method `ConfigureTelemetryModule<T>` on `IServiceCollection`, as shown in the following example.

0 commit comments

Comments
 (0)