반응형
prometheus node-exporter 연동
-
시스템 메트릭 모니터링하기 (1) node-exporter24년 11월 이전/Metric 2021. 2. 25. 21:20
개요 이 문서에서는 Grafana, Prometheus, node-exporter를 이용해서 시스템 메트릭을 모니터링할 수 있는 대시보드를 구축하는 것에 대하여 다룬다. 자세한 내용은 다음과 같다. node-exporter란 무엇인가 node-exporter 설치 node-exporter, Prometheus 연동 시스템 메트릭 모니터링을 위한 Grafana 대시보드 구축 이 문서에서 진행되는 실습 코드는 편의성을 위해 로컬 Docker 환경에서 진행되나, 실세 서버 환경에서도 거의 동일하게 적용할 수 있도록 작성되었다. 이번 장의 코드는 다음 링크에서 확인할 수 있다. 이번 장 코드 : https://github.com/gurumee92/gurumee-book-prometheus/tree/master/..