Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Unable to resolve FunctionGroupTag" logs for non-Flex apps #10630

Open
mathewc opened this issue Nov 13, 2024 · 2 comments
Open

"Unable to resolve FunctionGroupTag" logs for non-Flex apps #10630

mathewc opened this issue Nov 13, 2024 · 2 comments

Comments

@mathewc
Copy link
Member

mathewc commented 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.

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
@mathewc 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
@mathewc
Copy link
Member Author

mathewc commented Nov 13, 2024

@liliankasem FYI

@liliankasem
Copy link
Member

Ahhh, yet another "this SKU" check 😭

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants