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

Inquiry about the separated method for the Pinpoint web server #11172

Closed
lkh2919 opened this issue Jun 21, 2024 · 2 comments
Closed

Inquiry about the separated method for the Pinpoint web server #11172

lkh2919 opened this issue Jun 21, 2024 · 2 comments

Comments

@lkh2919
Copy link

lkh2919 commented Jun 21, 2024

I am using Pinpoint v 2.5.4.
I have set up the Pinpoint web on a server in the DMZ zone.
And plan to run the HBase and collector services on a server in the internal zone.
There is a firewall between the Pinpoint web server and the collector & HBase server.

Which essential ports need to be opened?

@intr3p1d
Copy link
Contributor

Referring to the manual below may help you understand the architecture between web, collector, and HBase server.
https://pinpoint-apm.gitbook.io/pinpoint/v/v2.5.4/want-a-quick-tour/overview#architecture

To briefly explain the architecture of Pinpoint v2.5.4:
The structure is Agent <-> Collector <-> HBase <-> Web.

Communication between the Agent and Collector requires 3 to 4 different ports.
Collector ports such as 9991, 9992, and 9993 are required, but they can be changed through configuration.
https://pinpoint-apm.gitbook.io/pinpoint/v/v2.5.4/getting-started/installation#configuration

The web port should be opened similarly to opening the port for a Spring Boot application (e.g., -Dserver.port=8080).
https://pinpoint-apm.gitbook.io/pinpoint/v/v2.5.4/getting-started/installation#configuration-1

@lkh2919 lkh2919 closed this as completed Jun 26, 2024
@lkh2919
Copy link
Author

lkh2919 commented Jun 26, 2024

thanks for your reply :)

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

2 participants