Results 52 comments of ga-ram

Does `chmod` command work in your machine? There are multiple exceptions where chmod command is failing.

Please also share your Pinpoint agent properties. With `pinpoint.profiler.profiles.active=local`, you can see if uri stat logs are being sent as well.

It seems like agent config is correct. Do you see any uri stat send success / fail logs on profiler?

As far as I know, default collector header_list_size_max is set to 1K to allow only the size of the headers created by pinpoint agent to prevent possible attack on pinpoint...

https://github.com/pinpoint-apm/pinpoint-docker/pull/156#issue-1514275114 https://github.com/pinpoint-apm/pinpoint-docker/issues/158#issuecomment-1383326090 please explain what you did to create this issue. did you check if pinot is up and running?

So did you check if pinot is up and running and tables successfully created????? At least you should check your container logs and provide them here for me to further...

Please check if pinot-controller started successfully. If not, please check if pinot-zoo has errors or not. You can restart pinot-init container with `docker compose -f docker-compose.yml -f docker-compose-metric.yml restart pinot-init`...

Please try again after removing pinpoint data-volume. If it still fails, please share full pinpoint-agent and pinpoint-quickstart logs.

I meant `docker volume rm pinpoint-docker_data-volume` and then `docker compose up -d`. Or just `docker volume prune` and then `docker compose up -d`. I'm using macbook too and it works...