Conversation
Closed
3 tasks
JJUYAAA
approved these changes
May 14, 2025
Collaborator
JJUYAAA
left a comment
There was a problem hiding this comment.
개인적으로도 모니터링 서버 구축, 세팅방식이 궁금했는데 잘 세팅해 주신 것 같네요 수고하셨습니다!
Collaborator
Author
PR에 올라가있는 부분은 웹 서버에서 설정해줘야하는 부분들만 건드린 상태이고, 그 외에도 설정해줘야할 게 좀 많아서 회의 때 시간 여유가 생기면 설명해드리겠습니다 |
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.
Related issue 🛠
Work Description 📝
모니터링 서버를 구축하였습니다.
별도의 EC2 를 새로 만들어서 모니터링 서버로써 동작하도록 하였습니다.
애플리케이션 서버쪽에서는 Promtail 을 통해 로그 파일을 모니터링 서버의 Loki가 인식할 수 있도록 push 해주고, 모니터링 서버 측에서는 Prometheus 를 통해 Metric 을 수집, Loki 를 통해 로그 분석, Grafana 를 통해 수집한 정보들을 시각화합니다.
각각의 구성 요소들은 모두 도커를 활용하여 구축하였습니다
Screenshot 📸
메트릭 모니터링 스크린 샷
로그 모니터링 스크린 샷
Uncompleted Tasks 😅
To Reviewers 📢
일단 연습 겸 구축해두긴 했는데, 한이음에서 서버비 지원 받으면 그 때 본격적으로 여는 게 더 나을 것 같아요