Skip to content

Enable "Live Metrics" filtering

Compare
Choose a tag to compare
@RohitRanjanMS RohitRanjanMS released this 20 Jul 22:52
· 43 commits to dev since this release
ec5d98a

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.