Azure / Azure/azure-functions-host
Explore possibility of logging every time the host makes a request
Open
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 38
Description
Seeing some CRIs where the customer is seeing spikes in IOPs for their storage account. In the CRI I worked on, the storage team said it was mainly from failed lease acquire/renew requests. Unfortunately, storage only keeps logs containing which IP made the request for 15 days, so that's a narrow window for the customer to notice it, open a ticket, and for it to reach us. It would help in this case for us to log when we make a request. This might have a big impact on performance, however, so this might be better as an optional config?
Contributor guide
Assessment
This issue has not been assessed yet.