-
Notifications
You must be signed in to change notification settings - Fork 533
Reconfigure Application Insights #585
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
Labels
bug
Something isn't working
Comments
4 tasks
adamdougal
added a commit
that referenced
this issue
Apr 4, 2024
adamdougal
added a commit
that referenced
this issue
Apr 5, 2024
Although we were seeing the app, we were not seeing the requests. This change fixes that issue. Required by #585
github-merge-queue bot
pushed a commit
that referenced
this issue
Apr 5, 2024
Although we were seeing the app, we were not seeing the requests. This change fixes that issue. Required by #585
eduardogch
pushed a commit
to devopsdale/chat-with-your-data-solution-accelerator
that referenced
this issue
Apr 30, 2024
eduardogch
pushed a commit
to devopsdale/chat-with-your-data-solution-accelerator
that referenced
this issue
Apr 30, 2024
) Although we were seeing the app, we were not seeing the requests. This change fixes that issue. Required by Azure-Samples#585
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Application insights does not appear to be working correctly for the webapp.
app.py
is not run directly, meaning thatconfigure_azure_monitor()
is never called.configure_azure_monitor()
should be called before importingflask
.Expected behavior
We should be able to see the transaction map and traces in Application Insights.
Here is an example when configured correctly:
Debugging information
Steps to reproduce
Screenshots
If applicable, add screenshots to help explain your problem.
Tasks
To be filled in by the engineer picking up the issue
The text was updated successfully, but these errors were encountered: