Michael Hyatt

Results 81 comments of Michael Hyatt

Can you align the versions in your pom file and try again? ![image](https://user-images.githubusercontent.com/15670925/193261774-304ef39e-04dc-40b5-a58a-0c83c98ea04a.png)

I noticed the same in Mule3: the APIKit router only publishes the flow start notification and doesn't send the flow end notification. I am thinking the best way to handle...

Hi @fate-cheryl Thanks for the compliment, glad the agent is useful. As for the properties, the examples in this repo use system properties, as per defined here: https://docs.mulesoft.com/mule-runtime/4.4/configuring-properties#system-properties Can you...

Had another look at it and indeed the only way to configure the properties with v0.4.0 is to use the Java system properties in the studio through `-M-D` flag, as...

Hey @Teormech Looks like you are missing the flow steps in the APM screen. What version of Mule are you using?

Can you try and get any of the `example` projects running in your environment? Try the `tracing-test` first to see that everything works correctly with your setup. There is also...

Just trying to think on my feet, I think somehow the project is missing a dependency, can you try and add it to the pom.xml? ``` org.mule.runtime mule-api 1.3.0 ```

Not having the config shouldn't cause this. Try to add this to the pom file: ```xml co.elastic.apm apm-agent-attach 1.17.0 ```

The latest version doesn't work on 4.2.2 due to the API change that the agent relies on available on 4.3 only. I can't see a way around it without building...

Good to hear you managed to get it working. It doesn't capture message payloads or any additional labels, but it is possible to implement it in the code, similar to...