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