pinpoint-apm / pinpoint

APM, (Application Performance Management) tool for large-scale distributed systems.
https://pinpoint-apm.gitbook.io/
Apache License 2.0
13.29k stars 3.75k forks source link

Question about Jboss EAP 7 #8631

Open mehrdad2000 opened 2 years ago

mehrdad2000 commented 2 years ago

Hi I’m using jboss eap 7, have couple of questions: 1- Is it possible to use pinpoint with jboss eap 7? 2- do i need change code? 3- i’m reading about Microprofile (new feature of jboss), opentelemetry, sentry and … , what is the difference between pinpoint and these stuff? As i read your github description pinpoint doesn’t require change code, and work with agent that attach to jboss while running, but does it able to detect spans all over classes, methods that use in my ear/war that deploy on jboss? 4- i read installation page and quick installation page, but still have issue to install simple pinpoint instance, while last day i try sentry, with single docker compose command deploy and work! Is it possible to automate installation process or made it easier like that? 5-i see jboss agent in your repo, should i checkout source and build it with maven by myself or i can download compiled version of jboss agent?

Thanks,

emeroad commented 2 years ago

Please refer to the agent installation guide first. https://pinpoint-apm.gitbook.io/pinpoint/getting-started/installation#installation-2

mehrdad2000 commented 2 years ago

@emeroad thank you for your answer, but actually read that page while trying to install pinpoint and before asking here. Do you have any other idea about those 5 questions that I’ve mentioned? Thanks