Enable "Live Metrics" filtering
RohitRanjanMS
released this
20 Jul 22:52
·
43 commits
to dev
since this release
Issue related to PR - Azure/azure-functions-host#8973
Writeup for the changes - Azure/azure-functions-host#8973 (comment)
Adding a setting EnableLiveMetricsFilters that filters logs before they are sent to Live Metrics.
When false, all logs are sent to Live Metrics, regardless of any log filter configuration.
When true, the logs are filtered before they are sent. Setting to true may yield better performance.