master
md 79 lines 3.46 KB
Rendered Raw
1 # Metrics Tab and Single Node Tabs
2
3 The **Metrics tab** provides real-time, per-second time series charts for all nodes in a Room. It helps you visualize, explore, and troubleshoot metrics across your entire infrastructure in one place.
4
5 You can also view **single-node dashboards**, which offer the same charts but are focused on a single node. You can access these dashboards from most places in the Netdata UI, often by clicking the name of a node.
6
7 From the Metrics tab, you can also access:
8
9 - The **Integrations tab**
10 - **Metric Correlations** to identify related metrics and uncover patterns across your infrastructure
11
12 :::note
13
14 Learn more: [Metric Correlations documentation](/docs/metric-correlations.md)
15
16 :::
17
18 ## Metrics Tab Structure Overview
19
20 ```mermaid
21 flowchart TD
22 A("Metrics Tab - Multi-node")
23 A --> B("Integrations Tab")
24 A --> C("Metric Correlations")
25 A --> D("Single Node Tabs")
26 D --> E("Node-specific charts")
27
28 %% Style definitions
29 classDef alert fill:#ffeb3b,stroke:#000000,stroke-width:3px,color:#000000,font-size:14px
30 classDef neutral fill:#f9f9f9,stroke:#000000,stroke-width:3px,color:#000000,font-size:14px
31 classDef complete fill:#4caf50,stroke:#000000,stroke-width:3px,color:#000000,font-size:14px
32 classDef database fill:#2196F3,stroke:#000000,stroke-width:3px,color:#000000,font-size:14px
33
34 %% Apply styles
35 class A alert
36 class B,C neutral
37 class D,E complete
38 ```
39
40 :::tip
41
42 The diagram above shows how the Metrics tab connects to related features and single-node dashboards, making it easier to navigate between views.
43
44 :::
45
46 ## How the Dashboard is Organized
47
48 The dashboard displays various charts organized by their [context](/docs/dashboards-and-charts/netdata-charts.md#contexts). At the beginning of each section, there is a predefined arrangement of charts that provides an overview for that particular group of metrics.
49
50 The available chart types and grouping options allow flexible data visualization for troubleshooting and analysis.
51
52 :::tip
53
54 Use the chart arrangement at the start of each section to quickly identify patterns, spikes, or anomalies before diving into detailed chart filtering.
55
56 :::
57
58 ## Chart Navigation Menu
59
60 The **Chart Navigation Menu**, located on the right-hand side of the dashboard, helps you navigate through sections, filter charts, and view active alerts.
61
62 | Feature | Description |
63 |-------------------------------|----------------------------------------------------------------------------------------------------------------|
64 | **Section Navigation** | Navigate quickly through the dashboard sections. |
65 | **Chart Filtering Options** | Filter charts by: <br/> - Host labels <br/> - Node status <br/> - Netdata version <br/> - Individual nodes |
66 | **Active Alerts Display** | View active alerts for the Room. |
67 | **Anomaly Rate (AR%) Button** | Check the maximum chart anomaly rate for each section by clicking the `AR%` button. |
68
69 :::tip
70
71 Use chart filtering to reduce visual noise and focus on the nodes, labels, or statuses that matter most to your investigation.
72
73 :::
74
75 :::tip
76
77 The **AR% button** shows the maximum anomaly rate for each dashboard section, helping you quickly identify where issues may be occurring.
78
79 :::