diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index e58356e4..e27fe9f8 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -169,4 +169,8 @@ app.redirect.verify.success=${APP_REDIRECT_VERIFY_SUCCESS:https://your-frontend. # 인증 실패 시 이동할 페이지 URL (예: 프론트의 실패 안내 페이지) app.redirect.verify.failure=${APP_REDIRECT_VERIFY_FAILURE:https://your-frontend.example.com/verify/failure} -management.metrics.system.enabled=false \ No newline at end of file +# ======================== +# Metrics (Cgroup ?? NPE ??) +# ======================== +management.metrics.enable.process=false +management.metrics.enable.system=false