File tree Expand file tree Collapse file tree
application/CohortManager/src/Functions/Shared/Common Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,14 +4,6 @@ namespace Common;
44using Microsoft . ApplicationInsights . DataContracts ;
55using 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>
157public class HealthCheckFilterTelemetryProcessor : ITelemetryProcessor , ITelemetryInitializer
168{
179 private readonly ITelemetryProcessor _next ;
You can’t perform that action at this time.
0 commit comments