Azure / Azure/azure-functions-host
Logs / Metrics for input and output bindings for detectors
Open
Logging and Metrics
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 38
Description
From looking at detector's logic for identifying the list of input and output bindings, it seems like it relies on `function.binding.` metric emitted over the previous couple of days. However, this particular metric is not emitted in the following scenarios.
- When a function is never executed.
- Dotnet in-proc scenarios.
We need to have a standard way of knowing the list of bindings and triggers from logs/metrics irrespective of the language and irrespective of whether a function executes or not.
cc: @brettsam
Contributor guide
Assessment
This issue has not been assessed yet.