Open cecheta opened 7 months ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @AzmonActionG @AzmonAlerts @AzMonEssential @AzmonLogA @dadunl @SameergMS.
@cecheta
Just to confirm, you are expecting the app map to show 127ms for that call instead of 2min 7s or is the call actually taking that long and you are simply wanting it to be represented in ms?
Hi @lzchen, I am expecting the map to display 127 ms, which is the actual time that the request took.
For some reason, it is being interpreted as 127 s, which is 2 min 7 s
@cecheta
This seems like an application map ux bug. I have forwarded your issue to the corresponding group.
@lzchen application map ux is not monitored in this repo.
Do we have a way to track it?
@xiangyan99
There is a tracking issue on devops. I will send this to you internally.
Describe the bug When usng
configure_azure_monitor()
to monitor the application, the Application Map displays some request times in minutes and seconds when they are meant to be in milliseconds. I am not sure if this is a bug within Azure or the SDK, however it only appears for the request using therequests
library, and not the Azure SDK.To Reproduce
requirements.txt
app.py
az webapp up
APPLICATIONINSIGHTS_CONNECTION_STRING
AZURE_STORAGE_CONNECTION_STRING
(Connection string to any storage account)/
and to/blob
Expected behavior Calls should be displayed in milliseconds
Screenshots