This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Cannot load class 'co.elastic.apm.attach.ElasticApmAttacher' #13
Comments
Can you try and get any of the |
Not having the config shouldn't cause this. Try to add this to the pom file: <dependency>
<groupId>co.elastic.apm</groupId>
<artifactId>apm-agent-attach</artifactId>
<version>1.17.0</version>
</dependency> |
Hi, got it running by adding
Any way to see the actual payload or messages inside, or more data? |
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 how Mule 3 agent captures message headers and properties. TransactionUtils.java and SpanUtils.java have placeholders where such logic can reside. |
Thank you for your help. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,when starting mule app, i get the following error.
I installed .jar correctly.Added like this
And then when i start app i get the error above.
Ty.
The text was updated successfully, but these errors were encountered: