Merged
Conversation
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.
🌱 관련 이슈
close #475
📌 작업 내용 및 특이사항
모니터링 환경 구축 (Prometheus + Grafana + Loki)
📁 구성 파일 설명
1. docker-compose-monitoring.yml
/actuator/prometheus에서 메트릭 수집drinkig_monitoring_network로 Spring 컨테이너와 연결docker network create drinkig_monitoring_network명령어를 통해 미리 네트워크 생성 후 실행 필요2. prometheus.yml
host.docker.internal:8080타겟 사용3. loki-config.yml
4. logback-spring.xml
HTTP 요청/응답 로깅 필터 구현 및 traceId 기반 통합 로깅 적용
1. HttpLoggingFilter (로깅 필터)
2. RequestWrapper (요청 본문 캐싱)
3. ResponseWrapper (응답 본문 캐싱)
4. HttpRequestLogInfo & HttpResponseLogInfo (로그 DTO)
📝 참고사항
📚 기타