Azure / Azure/azure-functions-host

Ability to filter RequestTelemetry at the host

Open
#9,299 6 comments 0 reactions 3 assignees Claimed by @andystaples View on GitHub
Dominant language
C#
Stars
2k
Forks
482
Avg merge
2d 12h
Merged PRs (30d)
38

Description

In current in-process functions, we have `ITelemetryProcessor` instances that filter specific `RequestTelemetry` for things like health probes that are noisy but have no logging value.

Since the host processes all `RequestTelemetry` and not the worker, is there a way to configure the host so that it can filter requests or inject a netstandard2.0 compliance `ITelemetryProcessor`?

Would an extension be the right way to inject behavior into the host even if there are no input/output bindings?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.