Azure-Samples / rag-postgres-openai-python

A RAG app to ask questions about rows in a database table. Deployable on Azure Container Apps with PostgreSQL Flexible Server.
MIT License
106 stars 17 forks source link

Issue with AppInsights Not Recording Metrics in Azure Deployment #50

Open chatrtham opened 2 weeks ago

chatrtham commented 2 weeks ago

Description

I have deployed the project using the provided Bicep configuration, but I am experiencing an issue with the monitoring system, specifically Application Insights. Despite having multiple users sending requests to the application, the metrics in Application Insights remain flat at zero, indicating no activity.

Screenshot 2024-06-21 171133

pamelafox commented 1 week ago

That's because we need to explicitly add OpenTelemetry instrumentation for Python apps. I'll add that shortly, thanks for filing the issue!

chatrtham commented 1 week ago

Thank you!