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

핀포인트를 로컬에서 구동하였는데, 최초 api요청만 수집되고 이후에는 수집되지 않습니다. #189

Closed leesh83 closed 5 months ago

leesh83 commented 5 months ago

pinpoint-docker 2.5.3 버전을 받아서 도커 컨테이너 구동해놓고,

pinpoint-agent-2.5.3 버전을 로컬 소스에 추가한 후 로컬 애플리케이션 구동 및 agent web 페이지접속까지는 정상적으로 잘 되었습니다.

그런데 로컬 애플리케이션에 api 요청 시 첫 요청은 agent web에서 정상적으로 수집 되는데,

이후 요청부터는 수집이 안됩니다. 재기동 후 첫 요청만 수집되고 이후 요청부터는 수집이 안됩니다.

이유가 뭘까요?

첨부 이미지는 첫 요청이 정상 수집된 스크린샷입니다.

스크린샷 2024-01-23 오후 4 54 24

스크린샷 2024-01-23 오후 4 54 32

smilu97 commented 5 months ago

Did you check profiler.sampling.rate property? It will be helpful to find reason if you post your pinpoint.config here

leesh83 commented 5 months ago

pinpoint.configprofiler.sampling.rate 조정하여 정상 수집 확인하였습니다. 감사합니다.