Reorg information and add titles (#14608)
Chris Akritidis committed
Feb 25, 2023 at 08:28 UTC
de52f8adef9c12d10a319f85220173dd4de050a1
7 files changed
+160
-299
docs/cloud/cheatsheet.md
+1
-12
@@ -1,15 +1,4 @@
1
-<!--
2
-title: "Netdata management and configuration cheatsheet"
3
-description: "'Connecting an Agent to the Cloud allows a Netdata Agent, running on a distributed node, to securely connect to Netdata Cloud via the encrypted Agent-Cloud link (ACLK).'"
4
-image: "/cheatsheet/cheatsheet-meta.png"
5
-sidebar_label: "Cheatsheet"
6
-custom_edit_url: "https://github.com/netdata/netdata/blob/master/docs/cloud/cheatsheet.md"
7
-part_of_learn: "True"
8
-learn_status: "Published"
9
-learn_topic_type: "Getting started"
10
-learn_rel_path: "Getting started"
11
-sidebar_position: "100"
12
--->
1
+# Management and configuration cheatsheet
2
3
import {
4
OneLineInstallWget,
docs/cloud/visualize/interact-new-charts.md
+156
-40
@@ -1,20 +1,4 @@
1
-<!--
2
-title: "Interact with charts"
3
-description: >-
4
- "Learn how to get the most out of Netdata's charts. These charts will help you make sense of all the
5
- metrics at your disposal, helping you troubleshoot with real-time, per-second metric data"
6
-type: "how-to"
7
-custom_edit_url: "https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/interact-new-charts.md"
8
-sidebar_label: "Interact with charts"
9
-learn_status: "Published"
10
-learn_topic_type: "Concepts"
11
-learn_rel_path: "Operations/Visualizations"
12
--->
13
-
14
-> ⚠️ This new version of charts is currently **only** available on Netdata Cloud. We didn't want to keep this valuable
15
-> feature from you, so after we get this into your hands on the Cloud, we will collect and implement your feedback.
16
-> Together, we will be able to provide the best possible version of charts on the Netdata Agent dashboard, as quickly as
17
-> possible.
1
+# Interact with charts
2
3
Netdata excels in collecting, storing, and organizing metrics in out-of-the-box dashboards.
4
To make sense of all the metrics, Netdata offers an enhanced version of charts that update every second.
@@ -33,10 +17,12 @@ These charts provide a lot of useful information, so that you can:
17
- View information about the chart, its plugin, context, and type
18
- Get the chart status and possible errors. On top, reload functionality
19
36
-These charts will available
37
-on [Overview tab](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/overview.md), Single Node view and
20
+These charts are available on Netdata Cloud's
21
+[Overview tab](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/overview.md), Single Node view and
22
on your [Custom Dashboards](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/dashboards.md).
23
24
+Some of the features listed below are also available on the simpler charts that are available on each agent's user interface.
25
+
26
## Overview
27
28
Have a look at the can see the overall look and feel of the charts for both with a composite chart from
@@ -48,14 +34,15 @@ from the single node view:
34
With a quick glance you have immediate information available at your disposal:
35
36
- Chart title and units
37
+- Definition bar
38
- Action bars
39
- Chart area
40
- Legend with dimensions
41
42
## Play, Pause and Reset
43
57
-Your charts are controlled using the
58
-available [Time controls](https://github.com/netdata/netdata/blob/master/docs/dashboard/visualization-date-and-time-controls.md#time-controls).
44
+Your charts are controlled using the available
45
+[Time controls](https://github.com/netdata/netdata/blob/master/docs/dashboard/visualization-date-and-time-controls.md#time-controls).
46
Besides these, when interacting with the chart you can also activate these controls by:
47
48
- Hovering over any chart to temporarily pause it - this momentarily switches time control to Pause, so that you can
@@ -92,7 +79,148 @@ The elements that you can find on this top bar are:
79
80

81
95
-### Chart action bar
82
+## Definition bar
83
+
84
+Each composite chart has a definition bar to provide information about the following:
85
+
86
+* Grouping option
87
+* Aggregate function to be applied in case multiple data sources exist
88
+* Instances
89
+* Nodes
90
+* Dimensions, and
91
+* Aggregate function over time to be applied if one point in the chart consists of multiple data points aggregated
92
+
93
+### Group by dimension, node, or chart
94
+
95
+Click on the **dimension** dropdown to change how a composite chart groups metrics.
96
+
97
+The default option is by _dimension_, so that each line/area in the visualization is the aggregation of a single
98
+dimension.
99
+This provides a per dimension view of the data from all the nodes in the War Room, taking into account filtering
100
+criteria if defined.
101
+
102
+A composite chart grouped by _node_ visualizes a single metric across contributing nodes. If the composite chart has
103
+five
104
+contributing nodes, there will be five lines/areas. This is typically an absolute value of the sum of the dimensions
105
+over each node but there
106
+are some opinionated-but-valuable exceptions where a specific dimension is selected.
107
+Grouping by nodes allows you to quickly understand which nodes in your infrastructure are experiencing anomalous
108
+behavior.
109
+
110
+A composite chart grouped by _instance_ visualizes each instance of one software or hardware on a node and displays
111
+these as a separate dimension. By grouping the
112
+`disk.io` chart by _instance_, you can visualize the activity of each disk on each node that contributes to the
113
+composite
114
+chart.
115
+
116
+Another very pertinent example is composite charts over contexts related to cgroups (VMs and containers). You have the
117
+means to change the default group by or apply filtering to
118
+get a better view into what data your are trying to analyze. For example, if you change the group by to _instance_ you
119
+get a view with the data of all the instances (cgroups) that
120
+contribute to that chart. Then you can use further filtering tools to focus the data that is important to you and even
121
+save the result to your own dashboards.
122
+
123
+
124
+
125
+### Aggregate functions over data sources
126
+
127
+Each chart uses an opinionated-but-valuable default aggregate function over the data sources. For example,
128
+the `system.cpu` chart shows the
129
+average for each dimension from every contributing chart, while the `net.net` chart shows the sum for each dimension
130
+from every contributing chart, which can also come from multiple networking interfaces.
131
+
132
+The following aggregate functions are available for each selected dimension:
133
+
134
+- **Average**: Displays the average value from contributing nodes. If a composite chart has 5 nodes with the following
135
+ values for the `out` dimension—`-2.1`, `-5.5`, `-10.2`, `-15`, `-0.1`—the composite chart displays a
136
+ value of `−6.58`.
137
+- **Sum**: Displays the sum of contributed values. Using the same nodes, dimension, and values as above, the composite
138
+ chart displays a metric value of `-32.9`.
139
+- **Min**: Displays a minimum value. For dimensions with positive values, the min is the value closest to zero. For
140
+ charts with negative values, the min is the value with the largest magnitude.
141
+- **Max**: Displays a maximum value. For dimensions with positive values, the max is the value with the largest
142
+ magnitude. For charts with negative values, the max is the value closet to zero.
143
+
144
+### Dimensions
145
+
146
+Select which dimensions to display on the composite chart. You can choose **All dimensions**, a single dimension, or any
147
+number of dimensions available on that context.
148
+
149
+### Instances
150
+
151
+Click on **X Instances** to display a dropdown of instances and nodes contributing to that composite chart. Each line in
152
+the dropdown displays an instance name and the associated node's hostname.
153
+
154
+### Nodes
155
+
156
+Click on **X Nodes** to display a dropdown of nodes contributing to that composite chart. Each line displays a hostname
157
+to help you identify which nodes contribute to a chart. You can also use this component to filter nodes directly on the
158
+chart.
159
+
160
+If one or more nodes can't contribute to a given chart, the definition bar shows a warning symbol plus the number of
161
+affected nodes, then lists them in the dropdown along with the associated error. Nodes might return errors because of
162
+networking issues, a stopped `netdata` service, or because that node does not have any metrics for that context.
163
+
164
+### Aggregate functions over time
165
+
166
+When the granularity of the data collected is higher than the plotted points on the chart an aggregation function over
167
+time
168
+is applied. By default the aggregation applied is _average_ but the user can choose different options from the
169
+following:
170
+
171
+* Min
172
+* Max
173
+* Average
174
+* Sum
175
+* Incremental sum (Delta)
176
+* Standard deviation
177
+* Median
178
+* Single exponential smoothing
179
+* Double exponential smoothing
180
+* Coefficient variation
181
+* Trimmed Median `*`
182
+* Trimmed Mean `*`
183
+* Percentile `**`
184
+
185
+:::info
186
+
187
+- `*` For **Trimmed Median and Mean** you can choose the percentage of data tha you want to focus on: 1%, 2%, 3%, 5%,
188
+ 10%, 15%, 20% and 25%.
189
+- `**` For **Percentile** you can specify the percentile you want to focus on: 25th, 50th, 75th, 80th, 90th, 95th, 97th,
190
+ 98th and 99th.
191
+
192
+:::
193
+
194
+For more details on each, you can refer to our Agent's HTTP API details
195
+on [Data Queries - Data Grouping](/docs/agent/web/api/queries#data-grouping).
196
+
197
+### Reset to defaults
198
+
199
+Click on the 3-dot icon (**⋮**) on any chart, then **Reset to Defaults**, to reset the definition bar to its initial
200
+state.
201
+
202
+## Jump to single-node dashboards
203
+
204
+Click on **X Charts**/**X Nodes** to display one of the two dropdowns that list the charts and nodes contributing to a
205
+given composite chart. For example, the nodes dropdown.
206
+
207
+
208
+
209
+To jump to a single-node dashboard, click on the link icon
210
+<img class="img__inline img__inline--link" src="https://user-images.githubusercontent.com/1153921/95762109-1d219300-0c62-11eb-8daa-9ba509a8e71c.png" /> next to the
211
+node you're interested in.
212
+
213
+The single-node dashboard opens in a new tab. From there, you can continue to troubleshoot or run
214
+[Metric Correlations](https://github.com/netdata/netdata/blob/master/docs/cloud/insights/metric-correlations.md) for faster root
215
+cause analysis.
216
+
217
+## Add composite charts to a dashboard
218
+
219
+Click on the 3-dot icon (**⋮**) on any chart, then click on **Add to Dashboard**. Click the **+** button for any
220
+dashboard you'd like to add this composite chart to, or create a new dashboard an initiate it with your chosen chart by
221
+entering the name and clicking **New Dashboard**.
222
+
223
+## Chart action bar
224
225
On this bar you have access to immediate actions over the chart, the available actions are:
226
@@ -127,24 +255,13 @@ it like pushing the current timeframe off the screen to see what came before or
255
256
### Highlight
257
130
-Selecting timeframes is useful when you see an interesting spike or change in a chart and want to investigate further,
131
-from looking at the same period of time on other charts/sections or triggering actions to help you troubleshoot with an
132
-in-context action bar to help you troubleshoot (currently only available on
133
-Single Node view). The available actions:
134
-
135
--
136
-
137
-run [Metric Correlations](https://github.com/netdata/netdata/blob/master/docs/cloud/insights/metric-correlations.md)
138
-
139
-- zoom in on the selected timeframe
140
-
141
-[Metric Correlations](https://github.com/netdata/netdata/blob/master/docs/cloud/insights/metric-correlations.md)
142
-will only be available if you respect the timeframe selection limitations. The selected duration pill together with the
143
-button state helps visualize this.
258
+Selecting timeframes is useful when you see an interesting spike or change in a chart and want to investigate further by:
259
145
-<img src="https://images.zenhubusercontent.com/60b4ebb03f4163193ec31819/2ffc157d-0f0f-402e-80bb-5ffa8a2091d5" width="50%" height="50%" />
260
+- Looking at the same period of time on other charts/sections
261
+- Running [metric correlations](https://github.com/netdata/netdata/blob/master/docs/cloud/insights/metric-correlations.md)
262
+ to filter metrics that also show something different in the selected period, vs the previous one
263
147
-<p/>
264
+<img alt="image" src="https://user-images.githubusercontent.com/43294513/221365853-1142944a-ace5-484a-a108-a205d050c594.png" />
265
266
| Interaction | Keyboard/mouse | Touchpad/touchscreen |
267
|:-----------------------------------|:---------------------------------------------------------|:---------------------|
@@ -158,8 +275,7 @@ week, which is useful in understanding what "normal" looks like, or to identify
275
memory usage.
276
277
The actions above are _normal_ vertical zoom actions. We also provide an horizontal zoom action that helps you focus on
161
-a
162
-specific Y-axis area to further investigate a spike or dive on your charts.
278
+a specific Y-axis area to further investigate a spike or dive on your charts.
279
280

281
docs/dashboard/interact-charts.md
deleted
-201
@@ -1,201 +0,0 @@
1
-<!--
2
-title: "Interact with charts"
3
-description: "Learn how to pan, zoom, select, and customize Netdata's preconfigured charts to help you troubleshooting with real-time, per-second metrics data."
4
-type: "how-to"
5
-custom_edit_url: "https://github.com/netdata/netdata/edit/master/docs/dashboard/interact-charts.md"
6
-sidebar_label: "Interact with charts"
7
-learn_status: "Published"
8
-learn_topic_type: "Tasks"
9
-learn_rel_path: "Operations"
10
--->
11
-
12
-# Interact with charts
13
-
14
-> ⚠️ There is a new version of charts that is currently **only** available on [Netdata Cloud](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/interact-new-charts.md). We didn't
15
-> want to keep this valuable feature from you, so after we get this into your hands on the Cloud, we will collect and implement your feedback to make sure we are providing the best possible version of the feature on the Netdata Agent dashboard as quickly as possible.
16
-
17
-While charts that update every second with new metrics are helpful for understanding the immediate state of a node, deep
18
-troubleshooting and root cause analysis begins by manipulating the default charts. To help you troubleshoot, Netdata
19
-synchronizes every chart every time you interact with one of them.
20
-
21
-Here's what synchronization looks like:
22
-
23
-
25
-
26
-Once you understand all the interactions available to you, you'll be able to quickly move around the dashboard, search
27
-for anomalies, and find root causes using per-second metrics.
28
-
29
-## Pause or stop
30
-
31
-| Interaction | Keyboard/mouse | Touchpad/touchscreen |
32
-| :---------------- | :------------- | :------------------- |
33
-| **Pause** a chart | `hover` | `n/a` |
34
-| **Stop** a chart | `click` | `tap` |
35
-
36
-By hovering over any chart, you temporarily pause it so that you can hover over a specific timeframe and see the exact
37
-values presented as dimensions. Click on the chart to lock it to this timeframe, which is useful if you want to jump to
38
-a different chart to look for possible correlations.
39
-
40
-
42
-
43
-## Pan
44
-
45
-| Interaction | Keyboard/mouse | Touchpad/touchscreen |
46
-| :---------- | :------------- | :------------------- |
47
-| **Pan** | `click + drag` | `swipe` |
48
-
49
-Drag your mouse/finger to the right to pan backward through time, or drag to the left to pan forward in time. Think of
50
-it like pushing the current timeframe off the screen to see what came before or after.
51
-
52
-## Zoom
53
-
54
-| Interaction | Keyboard/mouse | Touchpad/touchscreen |
55
-| :------------------------------- | :-------------------------- | :--------------------------------------------------- |
56
-| **Zoom** in or out | `Shift + mouse scrollwheel` | `two-finger pinch` <br />`Shift + two-finger scroll` |
57
-| **Zoom** to a specific timeframe | `Shift + mouse selection` | `n/a` |
58
-
59
-Zooming in helps you see metrics with maximum granularity, which is useful when you're trying to diagnose the root cause
60
-of an anomaly or outage. Zooming out lets you see metrics within the larger context, such as the last hour, day, or
61
-week, which is useful in understanding what "normal" looks like, or to identify long-term trends, like a slow creep in
62
-memory usage.
63
-
64
-## Select
65
-
66
-| Interaction | Keyboard/mouse | Touchpad/touchscreen |
67
-| :------------------------------ | :-------------------------------------------------------- | :------------------- |
68
-| **Select** a specific timeframe | `Alt + mouse selection` or `⌘ + mouse selection` (macOS) | `n/a` |
69
-
70
-Selecting timeframes is useful when you see an interesting spike or change in a chart and want to investigate further.
71
-
72
-Select a timeframe, then move to different charts/sections of the dashboard. Each chart shows the same selection to help
73
-you immediately identify the timeframe and look for correlations.
74
-
75
-## Reset a chart to its default state
76
-
77
-| Interaction | Keyboard/mouse | Touchpad/touchscreen |
78
-| :---------------- | :------------- | :------------------- |
79
-| **Reset** a chart | `double-click` | `n/a` |
80
-
81
-Double-check on a chart to restore it to the default auto-updating state, with a timeframe based on your browser
82
-viewport.
83
-
84
-## Resize
85
-
86
-Click-and-drag the icon on the bottom-right corner of any chart. To restore the chart to its original height,
87
-double-click the same icon.
88
-
89
-
91
-
92
-## Show and hide dimensions
93
-
94
-| Interaction | Keyboard/mouse | Touchpad/touchscreen |
95
-| :------------------------------------- | :-------------- | :------------------- |
96
-| **Show one** dimension and hide others | `click` | `tap` |
97
-| **Toggle (show/hide)** one dimension | `Shift + click` | `n/a` |
98
-
99
-Hiding dimensions simplifies the chart and can help you better discover exactly which aspect of your system might be
100
-behaving strangely.
101
-
102
-## See the context
103
-
104
-Hover your mouse over the date that appears just beneath the chart itself. A tooltip will tell you the context for that
105
-chart. Below, the context is `apps.cpu`.
106
-
107
-
109
-
110
-## See the resolution and update frequency
111
-
112
-Hover your mouse over the timestamp just to the right of the date. `resolution` is the number of seconds between each
113
-"tick" in the chart. `collection every` is how often Netdata collects and stores that metric.
114
-
115
-If the `resolution` value is higher than `collection every`, such as `resolution 5 secs, collected every 1 sec`, this
116
-means that each tick is calculating represents the average values across a 5-second period. You can zoom in to increase
117
-the resolution to `resolution 1 sec` to see the exact values.
118
-
119
-## Chart controls
120
-
121
-Many of the above interactions can also be triggered using the icons on the bottom-right corner of every chart. They
122
-are, respectively, `Pan Left`, `Reset`, `Pan Right`, `Zoom In`, and `Zoom Out`.
123
-
124
-## Chart label filtering
125
-
126
-The chart label filtering feature supports grouping by and filtering each chart based on labels (key/value pairs) applicable to the context and provides fine-grain capability on slicing the data and metrics.
127
-
128
-All metrics collected get "tagged" with labels and values, thus providing a powerful way of slicing and visualizing all metrics related to the infrastructure.
129
-
130
-The chart label filtering is currently enabled on:
131
-
132
-- All charts on the **Overview** tab
133
-- Custom dashboards
134
-
135
-
136
-
137
-
138
-The top panel on each chart displays the various filters and grouping options selected on the specific chart. These filters are specific for each chart and need to be manually configured on each chart.
139
-
140
-Additionally, the charts can be saved to a custom dashboard, new or existing, with the selected filters from the overview screen.
141
-
142
-
143
-
144
-## Custom labels for Collectors
145
-
146
-In addition to the default labels associated with a collector and metrics context (you can identify them by seeing which ones have an underscore as a prefix), there is now a new feature enabled to create custom labels. These custom labels may be needed to group your jobs or instances into various categories.
147
-
148
-These custom labels can be configured within your go.d plugins by simply associating a label key/value pair, as in the following eaxmple.
149
-
150
-```conf
151
-jobs:
152
- - name: example_1
153
- someOption: someValue
154
- labels:
155
- label1: value1
156
- label2: value2
157
- - name: example_2
158
- someOption: someValue
159
- labels:
160
- label3: value3
161
- label4: value4
162
-```
163
-
164
-For instance, you may be running multiple Postgres database instances within an infrastructure. Some of these may be associated with testing environments, some with staging and some with production environments. You can now associate each Postgres job / instance with a custom label. The “group by” and filtering options will then allow you to associate individual jobs by specific labels.
165
-
166
-```conf
167
-jobs:
168
- - name: local
169
- dsn: 'postgres://postgres:postgres@127.0.0.1:5432/postgres'
170
- collect_databases_matching: '*'
171
- labels:
172
- instance_type: production
173
- ```
174
- 
175
- 
176
-
177
-### Future Work
178
-
179
-We already have [configurable host labels](https://github.com/netdata/netdata/blob/master/docs/guides/using-host-labels.md) as well, which currently can’t be used to filter or group your metrics. We intend to provide the same capabilities described here with host labels, among other capabilities on other areas of the app as well
180
-
181
-## What's next?
182
-
183
-We recommend you read up on the differences between [chart dimensions, contexts, and
184
-families](https://github.com/netdata/netdata/blob/master/docs/dashboard/dimensions-contexts-families.md) to complete your understanding of how Netdata organizes its
185
-dashboards. Another valuable way to interact with charts is to use the [timeframe
186
-selector](https://github.com/netdata/netdata/blob/master/docs/dashboard/visualization-date-and-time-controls.md), which helps you visualize specific moments of historical metrics.
187
-
188
-If you feel comfortable with the [dashboard](https://github.com/netdata/netdata/blob/master/docs/dashboard/how-dashboard-works.md) and interacting with charts, we
189
-recommend moving on to learning about [configuration](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md). While Netdata doesn't _require_ a
190
-complicated setup process or a query language to create charts, there are a lot of ways to tweak the experience to match
191
-your needs.
192
-
193
-### Further reading & related information
194
-
195
-- Dashboard
196
- - [How the dashboard works](https://github.com/netdata/netdata/blob/master/docs/dashboard/how-dashboard-works.md)
197
- - [Netdata Cloud · Interact with new charts](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/interact-new-charts.md)
198
- - [Chart dimensions, contexts, and families](https://github.com/netdata/netdata/blob/master/docs/dashboard/dimensions-contexts-families.md)
199
- - [Select timeframes to visualize](https://github.com/netdata/netdata/blob/master/docs/dashboard/visualization-date-and-time-controls.md)
200
- - [Import, export, and print a snapshot](https://github.com/netdata/netdata/blob/master/docs/dashboard/import-export-print-snapshot.md)
201
- - [Customize the standard dashboard](https://github.com/netdata/netdata/blob/master/docs/dashboard/customize.md)
docs/getting-started/introduction.md
+1
-10
@@ -1,13 +1,4 @@
1
-<!--
2
-title: "Introduction"
3
-sidebar_label: "Getting Started"
4
-custom_edit_url: "https://github.com/netdata/netdata/blob/master/docs/getting-started/introduction.md"
5
-learn_status: "Published"
6
-sidebar_position: "1"
7
-learn_topic_type: "Getting started"
8
-learn_rel_path: "Getting started"
9
-learn_docs_purpose: "Present netdata in a nutshell"
10
--->
1
+# Getting started
2
3
## What is Netdata ?
4
docs/quickstart/infrastructure.md
+1
-10
@@ -1,13 +1,4 @@
1
-<!--
2
-title: "Monitor your infrastructure"
3
-description: "Real-time infrastructure monitoring with Netdata Cloud. View key metrics, insightful charts, and active alarms from all your nodes."
4
-custom_edit_url: "https://github.com/netdata/netdata/blob/master/docs/quickstart/infrastructure.md"
5
-sidebar_label: "Monitor your infrastructure"
6
-learn_status: "Published"
7
-learn_topic_type: "Concepts"
8
-learn_rel_path: "Getting Started"
9
-sidebar_position: "50"
10
--->
1
+# Monitor your infrastructure
2
3
import { Grid, Box, BoxList, BoxListItemRegexLink } from '@site/src/components/Grid/'
4
import { RiExternalLinkLine } from 'react-icons/ri'
docs/store/distributed-data-architecture.md
-16
@@ -1,13 +1,3 @@
1
-<!--
2
-title: "Distributed data architecture"
3
-description: "Netdata's distributed data architecture stores metrics on individual nodes for high performance and scalability using all your granular metrics."
4
-custom_edit_url: "https://github.com/netdata/netdata/edit/master/docs/store/distributed-data-architecture.md"
5
-sidebar_label: "Distributed data architecture"
6
-learn_status: "Published"
7
-learn_topic_type: "Concepts"
8
-learn_rel_path: "Concepts"
9
--->
10
-
1
# Distributed data architecture
2
3
Netdata uses a distributed data architecture to help you collect and store per-second metrics from any number of nodes.
@@ -82,11 +72,5 @@ store configured alarms, their status, and a list of active collectors.
72
73
Netdata does not and never will sell your personal data or data about your deployment.
74
85
-## What's next?
86
-
87
-You can configure the Netdata Agent to store days, weeks, or months worth of distributed, per-second data by
88
-[configuring the database engine](https://github.com/netdata/netdata/blob/master/docs/store/change-metrics-storage.md). Use our calculator to determine the system
89
-resources required to retain your desired amount of metrics, and expand or contract the database by editing a single
90
-setting.
75
76
packaging/installer/README.md
+1
-10
@@ -1,13 +1,4 @@
1
-<!--
2
-title: "Install Netdata"
3
-description: "Download and install the open-source Netdata monitoring agent on physical/virtual servers, Linux (Ubuntu/Debian/CentOS/etc), Docker, Kubernetes, and many others, often with one command."
4
-sidebar_label: "Install Netdata"
5
-custom_edit_url: "https://github.com/netdata/netdata/edit/master/packaging/installer/README.md"
6
-learn_status: "Published"
7
-learn_topic_type: "Tasks"
8
-learn_rel_path: "Getting started"
9
-sidebar_position: "1"
10
--->
1
+# Install Netdata
2
3
import { OneLineInstallWget, OneLineInstallCurl } from '@site/src/components/OneLineInstall/'
4
import { InstallRegexLink, InstallBoxRegexLink } from '@site/src/components/InstallRegexLink/'