[EDMT-453] 블루-그린 배포 JMX 포트 충돌 해결: 메트릭 수집 포트 재배치#73
Merged
Conversation
|
Caution Review failedThe pull request is closed. Walkthrough두 개의 docker-compose 파일에서 app-blue과 app-green의 JMX Prometheus 에이전트 포트가 변경되었습니다. 각 서비스의 JAVA_OPTS 내 포트와 호스트:컨테이너 포트 매핑이 app-blue 8081→9081, app-green 8082→9082로 갱신되었습니다. 그 외 설정 변경은 없습니다. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Poem
✨ Finishing touches🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
📣 Jira Ticket
EDMT-453
👩💻 작업 내용
🚨 블루-그린 배포 포트 충돌 문제 해결
🔧 JMX 포트 재배치
개발환경 (docker-compose.dev.yml):
운영환경 (docker-compose.prod.yml):
📊 수정된 포트 매핑
🎯 배포 플로우 개선
📝 리뷰 요청 & 논의하고 싶은 내용
Test Plan
✅ Manual Testing Checklist
🧪 Automated Tests
docker-compose config./gradlew build🔍 Code Quality
Deployment Notes
🔧 기술적 세부사항
JMX Agent 설정 변경:
메트릭 수집 엔드포인트:
🤖 Generated with Claude Code
Summary by CodeRabbit
신규 기능
버그 수정
문서
리팩터
스타일
테스트
기타 작업
되돌림