Closed
Description
Expected behavior
We were currently using App Insight 3.3.1 GA and started evaluating 3.4.5 GA. Immediately after switching over to the new release, we started noticing a huge spike of InProc invocations getting captured as "Request" type.
We are using "captureControllerSpans" as true in config JSON & customInstrumentation
"preview": {
"captureControllerSpans": true,
}
,
"customInstrumentation": [
{
"className": "com.boomi.execution.ExecutionTask",
"methodName": "call"
}
Actual behavior
To Reproduce
We are using a COTs Middleware system and this is noticed for all requests captured where inProc is now classified as "Request" type instead
Sample Application
N/A
System information
Please provide the following information:
- SDK Version: 3.4.5 GA
- OS type and version: Cent OS 7.9
- Application Server type and version (if applicable): N/A
- Using spring-boot? N/A
- Additional relevant libraries (with version, if applicable): N/A
Logs
Let me know what specific log we should capture which will be helpful in debugging this behavior
Screenshots
Posted above