맥(MacOS)에서 프로메테우스 설치하기
조회 1,873 · 댓글 0
brew install prometheus
brew services start prometheus
프로세스 확인
501 30166 1 0 5:47PM ?? 0:00.26 /usr/local/Cellar/prometheus/2.41.0/bin/prometheus --config.file /usr/local/etc/prometheus.yml --web.listen-address=127.0.0.1:9090 --storage.tsdb.path /usr/local/var/prometheus
설정파일은 /usr/local/etc/prometheus.yml
로그인 후 답글을 남길 수 있습니다.