diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-02-15 03:25:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-02-15 03:25:22 +0000 |
commit | 0ce692f2add209c6f5d449ee2be7af725f1813e8 (patch) | |
tree | 2af915c6ff875c3b0b4367c334032726d2d6839a /collectors/README.md | |
parent | Adding upstream version 1.33.0. (diff) | |
download | netdata-0ce692f2add209c6f5d449ee2be7af725f1813e8.tar.xz netdata-0ce692f2add209c6f5d449ee2be7af725f1813e8.zip |
Adding upstream version 1.33.1.upstream/1.33.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'collectors/README.md')
-rw-r--r-- | collectors/README.md | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/collectors/README.md b/collectors/README.md index a37a7e890..e9cce42b3 100644 --- a/collectors/README.md +++ b/collectors/README.md @@ -7,8 +7,7 @@ custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/READM Netdata can collect metrics from hundreds of different sources, be they internal data created by the system itself, or external data created by services or applications. To see _all_ of the sources Netdata collects from, view our [list of -supported collectors](/collectors/COLLECTORS.md), and then view our [quickstart guide](/collectors/QUICKSTART.md) to get -up-and-running. +supported collectors](/collectors/COLLECTORS.md). There are two essential points to understand about how collecting metrics works in Netdata: @@ -17,13 +16,11 @@ There are two essential points to understand about how collecting metrics works - Upon startup, Netdata will **auto-detect** any application or service that has a [collector](/collectors/COLLECTORS.md), as long as both the collector and the app/service are configured correctly. -Most users will want to enable a new Netdata collector for their app/service. For those details, see our [quickstart -guide](/collectors/QUICKSTART.md). +Most users will want to enable a new Netdata collector for their app/service. For those details, see +our [collectors' configuration reference](/collectors/REFERENCE.md). ## Take your next steps with collectors -[Collectors quickstart](/collectors/QUICKSTART.md) - [Supported collectors list](/collectors/COLLECTORS.md) [Collectors configuration reference](/collectors/REFERENCE.md) |