Gunhee Lee

Results 94 comments of Gunhee Lee

Sadly, We don't support playframework.

It may help in some case, you can try. hook_service_patterns=play.core.j.HttpExecutionContext.execute

아마 다른 이유로 인한 문제일 듯 합니다. 동일 설정 / 같은 버전의 scouter 라면 쿠버네티스 환경이나 로컬 환경이냐에 따라 프로파일이 달라지지는 않습니다.

API 를 사용하는 부분은 따로 없고 예전에 ldap 지원 관련하여 반영된 부분이 있습니다. 제가 관여한 부분이라서 어느정도까지 반영되었는지는 잘 모르겠습니다. https://github.com/scouter-project/scouter/blob/818b56f67de11161b70784d9d231d1c4bf783511/scouter.server/src/main/scala/scouter/server/account/AccountManager.scala

tomcat 10에서는 javax.servlet을 사용하지 않고 있으며 이부분은 아직 지원 전입니다.

Scouter guess some connection is not closed in the process, connection leak suspected. Plz check suspected code. The options below may help you. `_summary_connection_leak_fullstack_enabled=true` //this option logs connection leak suspects....

해당 드라이버 지원에 대한 개발이 필요합니다.

- slow 쿼리에 대한 exception marking은 java agent에서 `xlog_error_sql_time_max_ms` `xlog_error_on_sqlexception_enabled` 설정으로 조정이 가능합니다. 클라이언트 타임아웃은 `net_tcp_client_so_timeout_ms`로 조정이 가능합니다. (collector 설정)