Skip to content

Commit 4611db8

Browse files
removed duplicate comment
1 parent ab6730d commit 4611db8

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

application/CohortManager/src/Functions/Shared/Common/HealthCheckTelemetryFilter.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@ namespace Common;
44
using Microsoft.ApplicationInsights.DataContracts;
55
using Microsoft.ApplicationInsights.Extensibility;
66

7-
/// <summary>
8-
/// Filters health check telemetry emitted by the worker process.
9-
/// Note: In the isolated worker model, RequestTelemetry for HTTP triggers is emitted
10-
/// by the host process and does not flow through this processor.
11-
/// Host-emitted request telemetry cannot be filtered here — see
12-
/// https://github.com/Azure/azure-functions-dotnet-worker/issues/2024
13-
/// Trace telemetry is filtered via host.json logLevel settings.
14-
/// </summary>
157
public class HealthCheckFilterTelemetryProcessor : ITelemetryProcessor, ITelemetryInitializer
168
{
179
private readonly ITelemetryProcessor _next;

0 commit comments

Comments
 (0)