micrometer, actuator기반 로깅 및 지표수집 / k6 부하테스트 구현 #162
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
관련 이슈
PR / 과제 설명
micrometer, actuator 도입하여 성능지표 수집
securityconfig 해당 엔드포인트 ("/actuator/health", "/actuator/metrics/**", "/actuator/prometheus") 임시로 열어놨습니다
이제 엔드포인트에서 challenge도메인 하위 패키지에 있는 controller,service,repository 메서드들의 실행 시간 등의 지표를 볼 수 있습니다.
perf 아래에 있는 prometheus, grafana, k6 통합 세팅으로
./run-loadtest.sh명령어 하나로/perf/k6-scripts하위에 구현된 테스트 시나리오로 부하 테스트가 가능합니다공부 과정은 아래 노션 참고, gpt와 기술블로그 보면서 구현한 과정을 아래 노션에 정리해놨습니다
https://www.notion.so/2979d0051b9980218657d216e5bfaf63?source=copy_link
<k6 테스트결과 로그파일>

<grafana 테스트결과 시각화>
