Admin UI Overview

The CockroachDB Admin UI provides details about your cluster and database configuration, and helps you optimize cluster performance by monitoring the following areas:

AreaDescription
Node MapView and monitor the metrics and geographical configuration of your cluster.
Cluster HealthView essential metrics about the cluster's health, such as the number of live, dead, and suspect nodes, the number of unavailable ranges, and the queries per second and service latency across the cluster.
Overview MetricsView important SQL performance, replication, and storage metrics.
Hardware MetricsView metrics about CPU usage, disk throughput, network traffic, storage capacity, and memory.
Runtime MetricsView metrics about node count, CPU time, and memory usage.
SQL PerformanceView metrics about SQL connections, byte traffic, queries, transactions, and service latency.
Storage UtilizationView metrics about storage capacity and file descriptors.
Replication DetailsView metrics about how data is replicated across the cluster, such as range status, replicas per store, and replica quiescence.
Changefeed DetailsView metrics about the changefeeds created across your cluster.
Nodes DetailsView details of live, dead, and decommissioned nodes.
EventsView a list of recent cluster events.
Database DetailsView details about the system and user databases in the cluster.
Statements DetailsIdentify frequently executed or high latency SQL statements
Jobs DetailsView details of the jobs running in the cluster.
Advanced Debugging PagesView advanced monitoring and troubleshooting reports.

The Admin UI also provides details about the way data is Distributed, the state of specific Queues, and metrics for Slow Queries, but these details are largely internal and intended for use by CockroachDB developers.

Note:

By default, the Admin UI shares anonymous usage details with Cockroach Labs. For information about the details shared and how to opt-out of reporting, see Diagnostics Reporting.

See also

Was this page helpful?
YesNo