Scouter Agent 설정
trace_interservice_enabled=true
net_collector_ip=test서버 # Scouter 서버(Collector 서버)의 ip(dns)
obj_name=apcoin_9090
trace_http_client_ip_header_key=X-Real-IP
hook_method_patterns=jp.test.billing.*.*,org.springframework.data.redis.core.RedisTemplate.opsFor* # Profile 페이지에서 보여주는 패키지
hook_method_exclude_patterns=jp.test.billing.common.*.* # Profile 페이지에서 보이지 않는 패키지
참고 페이지 : https://github.com/scouter-project/scouter/blob/master/scouter.document/main/Configuration.md
주의
Scouter 서버와 Agent, Scouter 클라이언트의 버전이 맞지 않을 경우 Profile 페이지의 상세 내용이 보이지 않을 수 있으므로 최신판으로 갱신 시 서버, Agent, 클라이언트를 모두 하시는 것을 추천
새로운 클라이언트를 만드는 방법
1. 기존 클라이언트를 복사하고 새로운 클라이언트 이름에 오른쪽 버튼을 클릭하여
3. "패키지 내용 표시"를 선택
4. Contents/Eclipse/scouter.ini를 편집
5. @user.home/.scouter_new_real 등 새로운 환경의 이름으로 함
-startup
../Eclipse/plugins/org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar
--launcher.library
../Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.401.v20161122-1740
-data
@user.home/.scouter_new_real
-vmargs
-Xms128m
-Xmx768m
-XX:+UseG1GC
-Dosgi.requiredJavaVersion=1.8
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
6. 클라이언트를 시작하면 .scouter_new_real 파일이 사용자 홈 디렉토리에 생성됨