-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
infra: 프로메테우스, 그라파나 추가 #56
Labels
Comments
Docker 그라파나 run 오류grafana:
hostname: 'grafana'
image: grafana/grafana:latest
restart: always
tmpfs:
- /run
volumes:
- grafana_data:/var/lib/grafana
- ./infrastructure/config/grafana/grafana.ini:/etc/grafana /grafana.ini
- ./infrastructure/config/grafana/datasource.yml:/etc/grafana/provisioning/datasources/datasource.yml
ports:
- "3000:3000" tmpfs 실행 명령어 추가 Docker 그라파나 permission 오류
|
참고 블로그튜토리얼https://velog.io/@sgjung/Monitoring-간단한-Prometheus-실습w.-docker mysql nodeexporter 프로메테우스https://velog.io/@sojukang/세상에서-제일-쉬운-Prometheus-Grafana-모니터링-설정-MySQL편 docker-compose 설정https://velog.io/@swhan9404/Prometheus를-docker로-구성해보기#grafana |
프로메테우스 Docker Swarm 모니터링 공식문서 |
프로메테우스 Prometheus can't access to docker.sock
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
프로메테우스 설정파일 반영 명령어
The text was updated successfully, but these errors were encountered: