Skip to content

Commit 70411cb

Browse files
committed
move monitoring page from server admin section to here and expand to include information on monitoring dashboards
1 parent 14425a1 commit 70411cb

File tree

3 files changed

+57
-2
lines changed

3 files changed

+57
-2
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
description: 'You can monitor the utilization of hardware resources and also ClickHouse
3+
server metrics.'
4+
keywords: ['monitoring', 'observability', 'advanced dashboard', 'dashboard', 'observability
5+
dashboard']
6+
sidebar_label: 'Monitoring'
7+
sidebar_position: 45
8+
slug: /cloud/manage/monitor
9+
title: 'Monitoring in Cloud'
10+
---
11+
12+
import Image from '@theme/IdealImage';
13+
14+
# Monitoring
15+
16+
:::note
17+
The monitoring data outlined in this guide is accessible in ClickHouse Cloud. In addition to being displayed through the built-in dashboard described below, both basic and advanced performance metrics can also be viewed directly in the main service console.
18+
:::
19+
20+
You can monitor:
21+
22+
- Utilization of hardware resources.
23+
- ClickHouse server metrics.
24+
25+
## Built-in advanced observability dashboard {#built-in-advanced-observability-dashboard}
26+
27+
<Image img="https://github.com/ClickHouse/ClickHouse/assets/3936029/2bd10011-4a47-4b94-b836-d44557c7fdc1" alt="Screenshot 2023-11-12 at 6 08 58 PM" size="md" />
28+
29+
ClickHouse comes with a built-in advanced observability dashboard feature which can be accessed by `$HOST:$PORT/dashboard` (requires user and password) that shows the following metrics:
30+
- Queries/second
31+
- CPU usage (cores)
32+
- Queries running
33+
- Merges running
34+
- Selected bytes/second
35+
- IO wait
36+
- CPU wait
37+
- OS CPU Usage (userspace)
38+
- OS CPU Usage (kernel)
39+
- Read from disk
40+
- Read from filesystem
41+
- Memory (tracked)
42+
- Inserted rows/second
43+
- Total MergeTree parts
44+
- Max parts for partition
45+
46+
## Resource utilization {#resource-utilization}
47+
48+
ClickHouse also monitors the state of hardware resources by itself such as:
49+
50+
- Load and temperature on processors.
51+
- Utilization of storage system, RAM and network.
52+
53+
This data is collected in the `system.asynchronous_metric_log` table.
File renamed without changes.

sidebars.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,10 @@ const sidebars = {
315315
collapsed: true,
316316
collapsible: true,
317317
items: [
318-
"integrations/prometheus",
319-
318+
{
319+
type: "autogenerated",
320+
dirName: "cloud/manage/monitoring"
321+
}
320322
],
321323
},
322324
{

0 commit comments

Comments
 (0)