ApplicationInsights-Java
ApplicationInsights-Java copied to clipboard
Request not present in application insights when it got cancelled
Hello, when my application is called and request is cancelled (due to up stream timeout), canceled request is not present in application insights, which leads to dependency calls not linked to any request or trace and it makes log really hard to read.
To simulate this behavior you can use application https://github.com/xsmrcek/minimal-example there is /sample endpoint with loop, so there is plenty of time to cancel requests (from postman for example). I did my testing with agent version 3.4.1 and 3.4.4.
Hi @xsmrcek! We will release a new version of Application Insights in the next days. It will contain this fix and other improvements (included after Application Insights 3.4.4.) that may help. Could you please test with the new release?
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 7 days. It will be closed if no further activity occurs within 7 days of this comment.
@xsmrcek can you see if this issue is resolved in the latest release 3.4.13?
Hello @jeanbisutti @trask , I tested it and it still not working.