Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SAMBAD-317] 리드미 업데이트 #156

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,27 @@
- TODO

## 🚨 Monitoring / Alert
- TODO
- 다양한 지표와 로그를 효과적으로 수집하고 시각화하여 **서비스 가용성**과 **성능 최적화**에 기여합니다.
- 각 도구는 독립적이면서도 통합적으로 관리되어 **유연한 확장성**과 **효율적인 문제 진단**을 지원합니다.

1. **대시보드**
- **사용 기술**: `Prometheus`, `Grafana`, `Micrometer`
- 시스템 및 애플리케이션 지표를 실시간으로 시각화하며, Slack 알림 설정 가능.

2. **애플리케이션 추적**
- **사용 기술**: `Naver Pinpoint`
- HTTP 요청 및 마이크로서비스 간 분산 추적.
- 성능 병목을 빠르게 파악.

3. **로그**
- **사용 기술**: `Loki Stack (Promtail + Loki + Grafana)`
- 로그 데이터를 효율적으로 수집하고 필요 시 커스터마이징 가능.
- Grafana에서 로그를 시각화하고, 검색 및 분석을 지원.

4. **에러 모니터링**
- **사용 기술**: `Sentry`
- 실시간 오류 모니터링 및 분석을 통해 빠른 대응 가능.


## ✅ Test
- TODO
Expand Down
Loading