Azure / Azure/azure-functions-host
Allow per-function filtering of request telemetry
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 36
Description
Today we log all results with the category `Host.Results`. Can we change that to be `Host.Results.`? Even if it requires a separate flag to enable (which it may not; I'm not thinking about this as breaking), it would open up a bunch of scenarios that in-proc customers currently rely on `ITelemetryProcessor`s to handle today. These aren't loaded by the host for out-of-proc scenarios.
Contributor guide
Research direction
No files or tests are named. Start by tracing where the host emits results under the Host.Results category and review how telemetry is handled for out-of-proc scenarios. Done means results can use a Host.Results. category and support per-function filtering, with any compatibility flag accounted for.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- observability-sre
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100