pinpoint-apm / pinpoint-docker

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

execution with active uri-metric #158

Open smeligrana opened 1 year ago

smeligrana commented 1 year ago

Hello, How do I launch docker-compose with the uri-metric feature enabled?

Thanks

ga-ram commented 1 year ago

Please see here: https://github.com/pinpoint-apm/pinpoint-docker/pull/156#issue-1514275114 For amd64, i guess it might be sufficient to just replace apachepinot/pinot:latest-arm64 images to apachepinot/pinot:latest in docker-compose-metric.yml, but it hasn't been tested yet. It would have been nice if I could just use latest tag for both amd64 and arm64. Pinpoint metric images will be distributed when docker-compose-metric.yml reflects both amd64 and arm64. Before then you need to docker-compose build and then up for uri-metric.

smeligrana commented 1 year ago

Thank you, with the link to the comment you provided I can do my own verification.

PIYUSHRAJ24 commented 1 year ago

Still, I am facing the same issue. I have also deployed the docker-compose on the arm64 machine. Same issue as #161 and #162 . Please do the needful things to resolve this issue. I think you need to check your docker-compose files once.