pinpoint-apm / pinpoint-docker

Official Dockerized components of the Pinpoint
http://pinpoint-apm.github.io/pinpoint/
Apache License 2.0
451 stars 227 forks source link

Webhook alarm usage is not available for Pinpoint-Docker (Version: 2.4.1) #157

Closed alptekinynk closed 1 year ago

alptekinynk commented 1 year ago

https://pinpoint-apm.gitbook.io/pinpoint/documents/alarm

In the Pinpoint document page, it says that there are 3 different (sms, email, webhook) alarm options under the alarm usage title. But when pinpoint-docker is installed, there is no webhook setting as below. I want to use webhook alarm system with pinpoint-docker.

# webhook config webhook.enable=true

alptekinynk commented 1 year ago

I solved the problem. The main problem is that the pinpoint document page is not enough. If you have installed pinpoint-docker: contained in the Pinpoint-batch and Pinpoint-web containers. into the p*inpoint/config/pinpoint-.propeties file** You need to add webhook.enable=true. The change made in pinpoint-batch is not enough, you should do the same in pinpoint-web. post change You should do a reboot with docker-compose restart

ga-ram commented 1 year ago

it will be great if you can contribute to pinpoint document / docker compose yml 😄