Azure / Azure/azure-functions-host
Ability to filter RequestTelemetry at the host
Open
- 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
Assessment
This issue has not been assessed yet.