Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/current/v26.1/ui-cluster-overview-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Uptime | Amount of time the node has been running.
Replicas | Number of replicas on the node or in the locality.
Capacity Usage | Percentage of usable disk space occupied by CockroachDB data on the node or in the locality. See [Capacity metrics](#capacity-metrics).
Memory Usage | Memory used by CockroachDB as a percentage of the total memory on the node or in the locality.
vCPUs | Number of vCPUs on the machine.
vCPUs | Number of virtual CPUs available to the node, measured using cgroups to reflect the compute resources reserved in Kubernetes and other virtualized environments.
Version | Build tag of the CockroachDB version installed on the node.

### Decommissioned nodes
Expand Down
Loading