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

The collector of 2.4.0 is used. How to switch whether the collector is started using grpc or thrift? #11686

Open
car1000 opened this issue Nov 4, 2024 · 1 comment

Comments

@car1000
Copy link

car1000 commented Nov 4, 2024

The code we use is from this branch, and the upgrade version is not considered for the time being. https://github.com/pinpoint-apm/pinpoint/blob/v2.4.0/collector/src/main/java/com/navercorp/pinpoint/collector/CollectorApp.java

How do I switch between grpc and thrift when the collector is started?

Thank you.

@minwoo-jung
Copy link
Member

Refer to the configuration file below and set the grpc-related settings to true to start the collector.

ex) 
collector.receiver.grpc.agent.enable=true
collector.receiver.grpc.stat.enable=true
collector.receiver.grpc.span.enable=true

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