Skip to content

배포 서버 시나리오 테스트 병목 지점 확인 및 수정 사항 배포#298

Merged
dalcheonroadhead merged 3 commits intomasterfrom
develop
Apr 1, 2025
Merged

배포 서버 시나리오 테스트 병목 지점 확인 및 수정 사항 배포#298
dalcheonroadhead merged 3 commits intomasterfrom
develop

Conversation

@dalcheonroadhead
Copy link
Contributor

@dalcheonroadhead dalcheonroadhead commented Apr 1, 2025

💡 Issue

To Reviewers

image

image

클라우드 워치 병목지점 확인이 여간 힘든게 아니네요. 쿼리문으로 로그를 검색해야 하는데, 표준시간 UTC와 한국 표준시간이 달라서, 로그 검색이 정말 빡셉니다.

먼저 에러가 뜬 TimeSTAMP를 확인 했습니다.

fields @timestamp, @message, @logStream
| filter @logStream in ['i-0f19c906bc4a2e319', 'i-0ddadd3d11afa77de', 'i-0ce642ef29a2852f3']
| filter @message like /에러/
| sort @timestamp desc
| limit 10

이후 절대시간으로 해당 로그가 뜬 후 100개의 로그를 검색해서 일일히 뒤져봤습니다.

fields @timestamp, @message, @logStream
| filter @logStream = 'i-0ddadd3d11afa77de'
| filter @timestamp >= 1743493520498
| sort @timestamp asc
| limit 100

절대 시간으로 찾았습니다.

Screen Shot

구축완료

dalcheonroadhead and others added 3 commits April 2, 2025 02:54
FIX: 배포 서버 시나리오 테스트 병목 지점 확인 + FEAT: Cache Config 작성
@dalcheonroadhead dalcheonroadhead requested a review from 42kko April 1, 2025 17:57
@dalcheonroadhead dalcheonroadhead self-assigned this Apr 1, 2025
@dalcheonroadhead dalcheonroadhead merged commit 3ae5921 into master Apr 1, 2025
1 of 2 checks passed
@dalcheonroadhead dalcheonroadhead changed the title 배포 배포 서버 시나리오 테스트 병목 지점 확인 및 수정 사항 배포 Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant