-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
담당: 규일🍊규일 담당 작업규일 담당 작업도메인: 인프라⚙CI/CD, 배포, 모니터링, DB 마이그레이션CI/CD, 배포, 모니터링, DB 마이그레이션우선순위: P2일정 여유 시 처리, 개선 사항 및 minor 버그일정 여유 시 처리, 개선 사항 및 minor 버그
Milestone
Description
🌟 구현할 기능
Docker Compose를 사용하여 Prometheus + Grafana 모니터링 스택을 구축합니다.
🧩 구현 아이디어 (선택사항)
Tasks
-
docker-compose.monitoring.yml작성 (Prometheus + Grafana) -
monitoring/prometheus/prometheus.yml설정 파일 작성 -
monitoring/grafana/provisioning/datasources/datasource.yml작성 -
monitoring/grafana/provisioning/dashboards/dashboard.yml작성 - Docker Compose로 스택 실행 및 연결 확인
생성 파일
├── docker-compose.monitoring.yml
└── monitoring/
├── prometheus/
│ └── prometheus.yml
└── grafana/
└── provisioning/
├── datasources/
│ └── datasource.yml
└── dashboards/
└── dashboard.yml
📎 추가 내용
검증 방법
# 스택 실행
docker-compose -f docker-compose.monitoring.yml up -d
# Prometheus 타겟 확인
curl http://localhost:9090/api/v1/targets
# Status: "up" 확인
# Grafana 접속
# http://localhost:3000 (admin/admin)
의존성
- Phase 1 완료 후 연결 테스트 가능 (병렬 진행 가능)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
담당: 규일🍊규일 담당 작업규일 담당 작업도메인: 인프라⚙CI/CD, 배포, 모니터링, DB 마이그레이션CI/CD, 배포, 모니터링, DB 마이그레이션우선순위: P2일정 여유 시 처리, 개선 사항 및 minor 버그일정 여유 시 처리, 개선 사항 및 minor 버그