
설치 환경- M1 MacBook Air, UTM- OS: Rocky9버전- Prometheus: Latest 버전UTM에 Rocky Linux VM을 올려서 Prometheus를 설치하고자 한다.설치는 Prometheus 공식 Docs를 보고 설치한다. * Install: https://prometheus.io/docs/prometheus/latest/getting_started/* File Download: https://prometheus.io/download/ 1. 설치 파일 다운로드위 File Download 링크에서 설치 환경(OS)에 맞는 압축 파일을 우클릭 → 링크 주소 복사를 한다.그리고 VM에서 wget 명령어를 사용하여 파일을 다운 받는다.* 본인이 사용하는 OS와 Architectur..