-
Notifications
You must be signed in to change notification settings - Fork 7
Service Map cannot connect the services (both services uses the same agent) #44
Comments
Hi @alidrsn Are you referring to the Service Map connection, or seeing 2 Mule flows as the same trace in the APM trace view? |
Hi @michaelhyatt, yes I mean two services are not linking/drawing each other on Kibana/Service Map According to elastic documentation, traceparent header would be missing. Is there any other configuration required from Mulesoft side ? |
Can you please retrieve the JSON documents representing the transactions and spans, so I can have a look at it? |
It is too hard to send all raw data (also not allowed). However, What I can show you below; these are two applications sharing the same traceID, App1 is calling App2 in the same process. Also you can see below; at the same time range, I am not able to see connection between them on Service Map If you want to see anything more, just let me know. |
Which version of Elastic stack are you using? What are the configuration options you using for |
The elastic version is 7.17 from Elastic Cloud. Therefore, there is no specific configuration for elastic.apm* java -javaagent:/path/to/elastic-apm-agent-.jar |
Any chance you can share the sample app for me to test it on my end? |
Actually, I am not a MuleSoft expert. I am just gathering information from other departments. However, it should be too simple. 2 Mule app + 2 Elastic agent + 1 Http call |
No worries, do you know if it is a Mule domain app, or two standalone apps? Are they using Mule's HTTP client and listener? Also, what version of Mule runtime they are using? |
What I got from the team is |
Both projects Mule 4? Mule 4 agent doesn't support distributed tracing. BTW, this repo is for Mule 3 agent which does support it. |
Yes, they are both Mule 4. |
It shouldn't be the case since there is no support for distributed tracing in the Mule4 agent. It will be good to get a hold of the sample app to test it locally, hard to troubleshoot simply based on images. |
Thanks for your help and time. I am looking forward to hear from you any update. |
No description provided.
The text was updated successfully, but these errors were encountered: