You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're logging what seems to be an unnecessary Debug log for all SKUs from this HostMetrics code. Function Groups are only used by Flex Consumption currently.
Unable to resolve FunctionGroupTag, FUNCTIONS_TARGET_GROUP is null or empty.
These logs confused me recently when I was investigating a non Flex CRI.
All("FunctionsLogs")
| where PreciseTimeStamp > ago(1d)
| where Source == "Microsoft.Azure.WebJobs.Script.Metrics.HostMetrics"
| where Summary startswith "Unable to resolve FunctionGroupTag"
| where Level == 5
| where HostVersion == "4.1036.3.23284"
| summarize count()
20533506164
The text was updated successfully, but these errors were encountered:
mathewc
changed the title
"`Unable to resolve FunctionGroupTag" logs for non-Flex apps
"Unable to resolve FunctionGroupTag" logs for non-Flex apps
Nov 13, 2024
We're logging what seems to be an unnecessary Debug log for all SKUs from this HostMetrics code. Function Groups are only used by Flex Consumption currently.
Unable to resolve FunctionGroupTag, FUNCTIONS_TARGET_GROUP is null or empty.
These logs confused me recently when I was investigating a non Flex CRI.
The text was updated successfully, but these errors were encountered: