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

error after deploying pinpoint metric using docker compose file #161

Open max420max opened 1 year ago

max420max commented 1 year ago

image

max420max commented 1 year ago

some tables are required that doesn't exist in database please help me with this

ga-ram commented 1 year ago

Did you modify the docker compose file?

max420max commented 1 year ago

yeah i have modified

below is the modified docker compose file

`version: "3.6"

services: pinpoint-hbase: build: context: ./pinpoint-hbase/ dockerfile: Dockerfile args:

volumes: data-volume: mysql_data: hbase_data:

networks: pinpoint: driver: bridge ipam: config:

or if u have an quick and easy steps to deploy please share with me.

ga-ram commented 1 year ago

https://github.com/pinpoint-apm/pinpoint-docker/pull/156#issue-1514275114 https://github.com/pinpoint-apm/pinpoint-docker/issues/158#issuecomment-1383326090

Please check if your pinot is up and running, and if mentioned tables are created. After adding pinot into pinpoint cluster, it seems like it is too resource-heavy for one machine. Any ideas or commits to improve current docker compose files are always welcome.