Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/252 프로메테우스 의존성 추가 #255

Merged
merged 1 commit into from
Dec 23, 2024
Merged

Conversation

7zrv
Copy link
Collaborator

@7zrv 7zrv commented Dec 23, 2024

📌 과제 설명

앱의 메트릭 데이터 수집을 위한 프로메테우스 연동 설정의 추가와
이어서 작업할 로깅을 위한 Logback, 로깅 aop 클래스의 추가 입니다.

👩‍💻 요구 사항과 구현 내용

  • 메트릭 데이터 수집을 위한 프로메테우스 의존성 추가
  • 관련 actuator 엔드포인트 설정을 yml에 추가
  • log 기록을 위한 logback.xml 추가
  • aop를 이용한 로그 기록을 위해 loggingAspect 클래스 추가

✅ PR 포인트 & 궁금한 점

- 메트릭 데이터 수집을 위한 프로메테우스 의존성 추가
- 관련 actuator 엔드포인트 설정을 yml에 추가
- log 기록을 위한 logback.xml 추가
- aop를 이용한 로그 기록을 위해 loggingAspect 클래스 추가
@7zrv 7zrv self-assigned this Dec 23, 2024
@7zrv 7zrv linked an issue Dec 23, 2024 that may be closed by this pull request
2 tasks
Copy link
Collaborator

@ayoung-dev ayoung-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다

@7zrv 7zrv merged commit 634ed69 into main Dec 23, 2024
3 checks passed
@7zrv 7zrv deleted the feature/252-add-logging branch December 23, 2024 04:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] 효율적인 로그 관리를 위한 로깅 적용
4 participants