MSA [MSA] Prometheus Grafana docker 설치 - 반응형 grafana docker image https://hub.docker.com/r/grafana/grafana grafana docker compose restart : https://kkang-joo.tistory.com/70 volume : https://kkang-joo.tistory.com/45 privileged : docker container 내에서 host의 리눅스 커널 기능을 모두 사용할 수 있다(host의 주요 자원에 접근 권한 획득) version: "3.8" services: grafana: image: grafana/grafana-oss:9.5.2 container_name: grafana ports: - "3000:3000" volumes: - "grafana_volume:/var/lib/grafana" - "./grafana.ini:/etc/grafana/grafana.ini" restart: always privileged: true volumes: grafana_volume: external: true prometheus docker image https://hub.docker.com/r/prom/prometheus/ prometheus docker compose version: "3.8" services: prometheus: image: prom/prometheus:v2.41.0 container_name: prometheus ports: - "9090:9090" volumes: - "prometheus_volume:/prometheus" - "./prometheus.yml:/etc/prometheus/prometheus.yml" command: - '--config.file=/etc/prometheus/prometheus.yml' restart: always volumes: prometheus_volume: external: true 반응형 공유하기 URL 복사카카오톡 공유페이스북 공유엑스 공유 게시글 관리 구독하기my story 저작자표시 Contents grafanadockerimage grafanadockercompose prometheusdockerimage prometheusdockercompose 당신이 좋아할만한 콘텐츠 [MSA] Service Mesh란 2024.03.03 [MSA] Prometheus Grafana 구성 및 특징 2024.02.23 [MSA] Envoy 구조 및 주요 용어 정리 2024.02.10 [MSA] Envoy란(proxy)(개념,특징) 2024.02.03 댓글 0 + 이전 댓글 더보기