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.
Related issue 🛠
Work Description 📝
모니터링 서버를 구축하였습니다.
별도의 EC2 를 새로 만들어서 모니터링 서버로써 동작하도록 하였습니다.
애플리케이션 서버쪽에서는 Promtail 을 통해 로그 파일을 모니터링 서버의 Loki가 인식할 수 있도록 push 해주고, 모니터링 서버 측에서는 Prometheus 를 통해 Metric 을 수집, Loki 를 통해 로그 분석, Grafana 를 통해 수집한 정보들을 시각화합니다.
각각의 구성 요소들은 모두 도커를 활용하여 구축하였습니다
Screenshot 📸
메트릭 모니터링 스크린 샷
로그 모니터링 스크린 샷
Uncompleted Tasks 😅
To Reviewers 📢
일단 연습 겸 구축해두긴 했는데, 한이음에서 서버비 지원 받으면 그 때 본격적으로 여는 게 더 나을 것 같아요