Feat : Loki4j Logback 설정 추가, local Prometheus config 삭제 #64
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.
작업 내용
ASG 인스턴스에 Loki4j 기반 Logback 설정을 적용하고
기존에 남아 있던 불필요한 Prometheus scrape 설정 파일을 제거함.
-> 모니터링 서버 단일화 , ASG 로드&메트릭 경량화 방향으로 정리하기 위한 작업임
1. 불필요한 Prometheus 설정 삭제
scrape_configs: host.docker.internal:8080등ASG 인스턴스 내부에서 Prometheus가 동작하는 것처럼 보이던 설정 제거
2. Loki4j Logback 구성 추가
나중에 추가적으로 해야되는 작업..
추후 필요 시 AOP 기반 API 성능 로그(performance log)도 추가하여 Loki/Grafana에서 API 처리시간 대시보드 구성