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

[FEAT] 성능 이슈가 의심되는 특정 API에 대한 수행 시간 로깅 추가 #125

Merged
merged 1 commit into from
Aug 18, 2024

Conversation

bflykky
Copy link
Member

@bflykky bflykky commented Aug 18, 2024

❗️ 이슈 번호

Closes #124

📝 작업 내용

  • 사진 업로드 API
  • 특정 회원에 대한 앨범의 모든 사진 다운로드 API
  • presigned URL 요청 API

3개의 API에 대하여 각 서비스단 함수의 수행 시간과, 별도로 Amazon S3에 사진 객체가 존재하는지 확인하는 doesObjectExists() 함수의 수행 시간 측정 로깅을 추가하였습니다.

💭 주의 사항

💡 리뷰 포인트

@bflykky bflykky linked an issue Aug 18, 2024 that may be closed by this pull request
4 tasks
@bflykky bflykky self-assigned this Aug 18, 2024
@bflykky bflykky added the ✨feature 기능 추가 label Aug 18, 2024
@bflykky bflykky merged commit 23d8aa1 into develop Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨feature 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 성능 이슈가 의심되는 함수 로깅 추가
1 participant