Monitoring
[Monitoring] Grafana + Prometheus 설치 [3/3]
치즈잼
2024. 5. 3. 10:31
728x90
Prometheus 설치
- Prometheus 인스톨
sudo apt install prometheus
Prometheus 로그인
- 기본 도메인 : http://[VM IP]:9090
Grafana에 Prometheus 연동
- Grafana 접속 - Connections - Add new connection
- Prometheus 선택 - Add new data source
- Connection URL에 Prometheus 도메인 입력
http://[VM IP]:9090
- 하단 Save & Test 클릭
728x90