pinpoint-docker icon indicating copy to clipboard operation
pinpoint-docker copied to clipboard

execution with active uri-metric

Open smeligrana opened this issue 1 year ago • 3 comments

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

Thanks

smeligrana avatar Jan 15 '23 16:01 smeligrana

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.

ga-ram avatar Jan 16 '23 01:01 ga-ram

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

smeligrana avatar Jan 16 '23 07:01 smeligrana

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.

PIYUSHRAJ24 avatar Mar 20 '23 07:03 PIYUSHRAJ24