Azure / Azure/azure-functions-host
Include execution time in "Executed" logs
Open
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 38
Description
The V2 Functions host emits log entries that look like this:
`Executed 'Functions.GetPaymentMethods' (Succeeded, Id=105896fe-d028-4341-b291-228227be90f2)`
This log entry should include the execution time of the function.
Contributor guide
Research direction
The issue provides the V2 Functions host's `Executed 'Functions.GetPaymentMethods'` log format but names no file or test. Start by locating the host code that emits this entry, then determine the expected execution-time format. Done means the log includes the function duration while retaining its existing status and invocation ID.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, csharp
- Domain
- backend, observability-sre
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100