If you want to check metrics (celery and cpu-memory metrics from cAdvisor are available now) follow this instruction.
Before start create ./prometheus-data/data in project directory by:
mkdir -p prometheus-data/data
Give necessary permissions
sudo chmod 777 /var/run/docker.sock
sudo chmod 777 /var/run/docker-cli.sock
- Find the directory where docker stores their data:
- for ubuntu
/var/lib/docker; - for wsl2
\\wsl$\docker-desktop-data\version-pack-data\community\docker; - your own directory.
To check the directory for emptiness.
ls your/path/to/docker- Mount your docker directory to
/var/lib/my_docker(for wsl2 users)
If you already have /var/lib/my_docker, delete it and create it again:
sudo rm -rf /var/lib/my_docker && sudo mkdir /var/lib/my_docker
sudo mount -t drvfs '\\wsl$\docker-desktop-data' /var/lib/my_docker- After starting up open the grafana
- username: admin
- password: admin
Skip password changing. Then click dashbords\browse and choose required dashboard.