mirror of https://github.com/docker/docs.git
Merge pull request #8270 from docker/ucp-fix
UCP limitation of UCP disk free monitoring and associated Prom metric
This commit is contained in:
commit
4b4abc9aac
|
|
@ -63,8 +63,6 @@ might be serving your request. Make sure you're connecting directly to the
|
|||
URL of a manager node, and not a load balancer. In addition, pinging the
|
||||
endpoint with a `HEAD` results in a 404 error code. Use a `GET` request instead.
|
||||
|
||||
|
||||
|
||||
## Where to go next
|
||||
|
||||
* [Troubleshoot with logs](troubleshoot-with-logs.md)
|
||||
|
|
|
|||
|
|
@ -64,6 +64,10 @@ URL of a manager node, and not a load balancer. In addition, pinging the
|
|||
endpoint with a `HEAD` results in a 404 error code. Use a `GET` request instead.
|
||||
|
||||
|
||||
## Monitoring disk usage
|
||||
|
||||
Web UI disk usage metrics, including free space, only reflect the Docker managed portion of the filesystem: `/var/lib/docker`. To monitor the total space available on each filesystem of a UCP worker or manager, you must deploy a third party monitoring solution to monitor the operating system.
|
||||
|
||||
|
||||
## Where to go next
|
||||
|
||||
|
|
|
|||
|
|
@ -44,6 +44,8 @@ These are metrics about the state of services running on the container platform.
|
|||
- Convergence of K8s deployments and Swarm services
|
||||
- Cluster load by number of services or containers or pods
|
||||
|
||||
Web UI disk usage metrics, including free space, only reflect the Docker managed portion of the filesystem: `/var/lib/docker`. To monitor the total space available on each filesystem of a UCP worker or manager, you must deploy a third party monitoring solution to monitor the operating system.
|
||||
|
||||
## Deploy Prometheus on worker nodes
|
||||
|
||||
Universal Control Plane deploys Prometheus by default on the manager nodes to provide a built-in metrics backend. For cluster sizes over 100 nodes or for use cases where scraping metrics from the Prometheus instances are needed, we recommend that you deploy Prometheus on dedicated worker nodes in the cluster.
|
||||
|
|
|
|||
|
|
@ -70,6 +70,10 @@ To enable this feature, DTR 2.6 is required and single sign-on with UCP must be
|
|||
|
||||

|
||||
|
||||
## Monitoring disk usage
|
||||
|
||||
Web UI disk usage metrics, including free space, only reflect the Docker managed portion of the filesystem: `/var/lib/docker`. To monitor the total space available on each filesystem of a UCP worker or manager, you must deploy a third party monitoring solution to monitor the operating system.
|
||||
|
||||
## Where to go next
|
||||
|
||||
- [Troubleshoot with logs](troubleshoot-with-logs.md)
|
||||
|
|
|
|||
Loading…
Reference in New Issue