Skip to content

Capture of InProc Telemetry Type not working properly #2774

Closed
@zoomingrocket

Description

@zoomingrocket

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"
      }

3.3.1 GA Release behavior
image

Actual behavior

3.4.5 GA Release Behavior
image

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions