We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We plan to add the following monitoring service on siyuan mirror.
Reference: https://github.com/stefanprodan/dockprom/blob/master/docker-compose.yml for node_exporter
Reference: https://prometheus.io/docs/guides/cadvisor/#docker-compose-configuration
cadvisor: image: gcr.io/google-containers/cadvisor:latest container_name: cadvisor ports: - 8080:8080 volumes: - /:/rootfs:ro - /var/run:/var/run:rw - /sys:/sys:ro - /var/lib/docker/:/var/lib/docker:ro
After that, we reverse-proxy these metrics in caddy with ip address limit. Ziqi and me will work on this config later.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
doctormin
No branches or pull requests
We plan to add the following monitoring service on siyuan mirror.
Reference: https://github.com/stefanprodan/dockprom/blob/master/docker-compose.yml for node_exporter
Reference: https://prometheus.io/docs/guides/cadvisor/#docker-compose-configuration
After that, we reverse-proxy these metrics in caddy with ip address limit. Ziqi and me will work on this config later.
The text was updated successfully, but these errors were encountered: