You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.
the enpoint http://localhost:7074/api/monitor/test is setup so it allways return status code 500
When LocalClient.GetAsync is called 2 request is made to http://localhost:7074/api/monitor/test as expected, but when i look in application insights, only the first request is logged as an dependency.
The text was updated successfully, but these errors were encountered:
Polly retry is not logging telemetry dependency on retry.
I have create a azure function that is using polly retry:
the enpoint
http://localhost:7074/api/monitor/test
is setup so it allways return status code 500When
LocalClient.GetAsync
is called 2 request is made tohttp://localhost:7074/api/monitor/test
as expected, but when i look in application insights, only the first request is logged as an dependency.The text was updated successfully, but these errors were encountered: