====== PinPoint Java APM ======
* https://naver.github.io/pinpoint/index.html
* [[https://github.com/naver/pinpoint/wiki|Pinpoint Wiki]]
* [[http://d2.naver.com/helloworld/1194202|대규모 분산 시스템 추적 플랫폼, Pinpoint]]
====== X-Forwarded-For ======
* [[java:tomcat|Tomcat]] 사용시 ''X-Forwarded-For'' 헤더로 IP를 찍고자 한다면 다음 설정이 필요하다.
profiler.tomcat.realipheader=X-Forwarded-For
====== 일반 MVC 컨트롤러 외에 원하는 클래스 추적 ======
profiler.entrypoint=FQCN1,FQCN2,...
# example
profiler.entrypoint=org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler.handleMessage
* [[https://woowabros.github.io/experience/2018/10/15/new_point_story_2.html|신규 포인트 시스템 전환기 #2 - 오픈 준비 단계 - 우아한형제들 기술 블로그]] : Queue Consumer 에 추적 걸기