Azure / azure-functions-on-container-apps

Docs , samples and issues for Azure Functions on Azure Container Apps
MIT License
72 stars 17 forks source link

Metrics in Azure do not show anything #82

Open ogix opened 2 weeks ago

ogix commented 2 weeks ago

I have set up a function app in dotnet-isolated mode with ACA. Functions are running but Metrics do not show anything.

image

Have I done something wrong or this is a known issue?

v-shenoy commented 1 week ago

Can you share the following details for us to debug further?

I would also like you to confirm if the application insights connection is present as an app setting.

ogix commented 1 week ago

name: func-we-tst-westeu-2 bindings: mostly timer triggered

yes, app insights connection string is present:

Image

v-shenoy commented 1 week ago

Thanks for the information, will get back.

raorugan commented 6 days ago

This is currently work in progress. Will notify this thread once the metrics support is out for Functions on ACA resources. Currently FunctionExecutionCount metrics are been looked into. Please let me know if there are other metrics that you need.

kmadof commented 6 days ago

I would be interested to have Instance count

ogix commented 2 days ago

Thanks for the update. But it looks like Functions on ACA are still in Preview stage. At least I would expect some message saying that metrics widgets are currently not working..

kmadof commented 1 day ago

Well Function on ACA got GA, so this is rather strange that metrics are not available. But as far as I know, there are also issues with metrics when Functions are hosted in a Linux-based App Service plan.