Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codeless Agent 3.5.4 - Multiple requests are getting combined at child HTTP process instead of parent Parent HTTP flow #3816

Open
abhikt48 opened this issue Aug 1, 2024 · 3 comments

Comments

@abhikt48
Copy link

abhikt48 commented Aug 1, 2024

Expected behavior

Every request should have End To End Transaction details, which should include parent and child process details.

Actual behavior

If we submit multiple requests (4-5 @ same time ) on parent HTTP listener which internally triggers child HTTP flow, then ETE of Parent flow does not have souce child details.
surprisingly, one child HTTP request ETE contains multiple sources, which doesn't looks right.

We want to know,

  1. why multiple entries attached with one child HTTP request ?
  2. Why Parent and child requests are not tied together in ETE transaction.

In blow Flow, we can see parent HTTP flow is calling sub HTTP request
image

ETE Of Parent HTTP
image

ETE Of Child HTTP where we can see multiple source entry and multiple child entries as well.
image

NOTE - We are tesing this feature with Mule.

@trask
Copy link
Member

trask commented Aug 1, 2024

hi @abhikt48, can you create a repro for this one also? if we are successful and testing with Mule in #3736, then we can take a look at this also

overall though, Mule is difficult for us to test and support (and we haven't heard of either of these issues occurring outside of Mule), so if you can test this with the upstream OpenTelemetry Java agent to see if the same issue exists, it would be great if you could debug the issue and propose a solution in the OpenTelemetry Java agent

@abhikt48
Copy link
Author

abhikt48 commented Aug 5, 2024

Hey @trask Thanks for quick reply. I have created mule-app-insights-test repo and added steps.

Please do test and let me know for any query.

On another Note - We have more than 120 mule applications which are using Azure AI. It will be greate if you can do POC and take a look on our use cases with AI..

Thanks for support !

@asos-radhikajoshi
Copy link

Hi @trask , Please let us know if there is any update on this issue. Thanks, Radhika

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants